@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: '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: 'BaseCondensed';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Saira Condensed Bold'),
         url('../fonts/sairacondensedbold.woff2') format('woff2'),
         url('../fonts/sairacondensedbold.woff') format('woff');
}
@font-face {
    font-family: 'BaseCondensed';
	font-weight: 500;
    font-style: normal;
	font-display: swap;
    src: local('Saira Condensed Medium'),
         url('../fonts/sairacondensedmedium.woff2') format('woff2'),
         url('../fonts/sairacondensedmedium.woff') format('woff');
}
@font-face {
    font-family: 'Heading';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Tai Heritage Pro'),
         url('../fonts/taiheritageproregular.woff2') format('woff2'),
         url('../fonts/taiheritageproregular.woff') format('woff');
}
@font-face {
    font-family: 'Heading';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Tai Heritage Pro Bold'),
         url('../fonts/taiheritageprobold.woff2') format('woff2'),
         url('../fonts/taiheritageprobold.woff') format('woff');
}