@font-face {
    font-family: 'Base';
	font-weight: 300;
    font-style: normal;
	font-display: swap;
    src: local('Roboto Light'),
         url('../fonts/robotolight.woff2') format('woff2'),
         url('../fonts/robotolight.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 300;
    font-style: italic;
	font-display: swap;
    src: local('Roboto Light Italic'),
         url('../fonts/robotolightitalic.woff2') format('woff2'),
         url('../fonts/robotolightitalic.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Roboto'),
         url('../fonts/robotoregular.woff2') format('woff2'),
         url('../fonts/robotoregular.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 500;
    font-style: normal;
	font-display: swap;
    src: local('Roboto Medium'),
         url('../fonts/robotomedium.woff2') format('woff2'),
         url('../fonts/robotomedium.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Roboto Bold'),
         url('../fonts/robotobold.woff2') format('woff2'),
         url('../fonts/robotobold.woff') format('woff');
}

@font-face {
    font-family: 'Heading';
	font-weight: 800;
    font-style: normal;
	font-display: swap;
    src: local('BebasNeuePro-SemiExpXBold'),
         url('../fonts/bebasneueprosemiexpxbold.woff2') format('woff2'),
         url('../fonts/bebasneueprosemiexpxbold.woff') format('woff');
}
@font-face {
    font-family: 'Heading';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('BebasNeuePro-SemiExpBold'),
         url('../fonts/bebasneueprosemiexpbold.woff2') format('woff2'),
         url('../fonts/bebasneueprosemiexpbold.woff') format('woff');
}