@font-face {
    font-family: 'Base';
	font-weight: 300;
    font-style: normal;
	font-display: swap;
    src: local('Superclarendon Light'),
         url('../fonts/superclarendonlight.woff2') format('woff2'),
         url('../fonts/superclarendonlight.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Superclarendon Bold'),
         url('../fonts/superclarendonbold.woff2') format('woff2'),
         url('../fonts/superclarendonbold.woff') format('woff');
}
@font-face {
    font-family: 'Heading';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('HWTVanLanen'),
         url('../fonts/hwtvanlanen.woff2') format('woff2'),
         url('../fonts/hwtvanlanen.woff') format('woff');
}
