@font-face {
    font-family: 'Base';
	font-weight: 300;
    font-style: normal;
	font-display: swap;
    src: local('Saira Light'),
         url('../fonts/sairalight.woff2') format('woff2'),
         url('../fonts/sairalight.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Saira Regular'),
         url('../fonts/sairaregular.woff2') format('woff2'),
         url('../fonts/sairaregular.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Saira Bold'),
         url('../fonts/sairabold.woff2') format('woff2'),
         url('../fonts/sairabold.woff') format('woff');
}
@font-face {
    font-family: 'Heading';
	font-weight: 600;
    font-style: normal;
	font-display: swap;
    src: local('Chakra Petch SemiBold'),
         url('../fonts/chakrapetchsemibold.woff2') format('woff2'),
         url('../fonts/chakrapetchsemibold.woff') format('woff');
}
@font-face {
    font-family: 'Heading';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Chakra Petch SemiBold'),
         url('../fonts/chakrapetchbold.woff2') format('woff2'),
         url('../fonts/chakrapetchbold.woff') format('woff');
}