@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 Regular'),
         url('../fonts/robotoregular.woff2') format('woff2'),
         url('../fonts/robotoregular.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: 'Base';
	font-weight: 900;
    font-style: normal;
	font-display: swap;
    src: local('Roboto Black'),
         url('../fonts/robotoblack.woff2') format('woff2'),
         url('../fonts/robotoblack.woff') format('woff');
}
@font-face {
    font-family: 'Heading';
	font-weight: 300;
    font-style: normal;
	font-display: swap;
    src: local('Roboto Condensed Light'),
         url('../fonts/robotocondensedlight.woff2') format('woff2'),
         url('../fonts/robotocondensedlight.woff') format('woff');
}
@font-face {
    font-family: 'Heading';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('Roboto Condensed Regular'),
         url('../fonts/robotocondensedregular.woff2') format('woff2'),
         url('../fonts/robotocondensedregular.woff') format('woff');
}
@font-face {
    font-family: 'Heading';
	font-weight: 500;
    font-style: normal;
	font-display: swap;
    src: local('Roboto Condensed Medium'),
         url('../fonts/robotocondensedmedium.woff2') format('woff2'),
         url('../fonts/robotocondensedmedium.woff') format('woff');
}
@font-face {
    font-family: 'Heading';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('Roboto Condensed Bold'),
         url('../fonts/robotocondensedbold.woff2') format('woff2'),
         url('../fonts/robotocondensedbold.woff') format('woff');
}