@font-face {
    font-family: 'Base';
	font-weight: 100;
    font-style: normal;
	font-display: swap;
    src: local('DGM Sprinter Thin'),
         url('../fonts/dgmsprinterthin.woff2') format('woff2'),
         url('../fonts/dgmsprinterthin.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 300;
    font-style: normal;
	font-display: swap;
    src: local('DGM Sprinter Light'),
         url('../fonts/dgmsprinterlight.woff2') format('woff2'),
         url('../fonts/dgmsprinterlight.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: local('DGM Sprinter Regular'),
         url('../fonts/dgmsprinterregular.woff2') format('woff2'),
         url('../fonts/dgmsprinterregular.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 400;
    font-style: italic;
	font-display: swap;
    src: local('DGM Sprinter Italic'),
         url('../fonts/dgmsprinteritalic.woff2') format('woff2'),
         url('../fonts/dgmsprinteritalic.woff') format('woff');
}
@font-face {
    font-family: 'Base';
	font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: local('DGM Sprinter Bold'),
         url('../fonts/dgmsprinterbold.woff2') format('woff2'),
         url('../fonts/dgmsprinterbold.woff') format('woff');
}
@font-face {
    font-family: 'Condensed';
	font-weight: 500;
    font-style: normal;
	font-display: swap;
    src: local('Asap Condensed Medium'),
         url('../fonts/asapcondensedmedium.woff2') format('woff2'),
         url('../fonts/asapcondensedmedium.woff') format('woff');
}
@font-face {
    font-family: 'Condensed';
	font-weight: 600;
    font-style: normal;
	font-display: swap;
    src: local('Asap Condensed SemiBold'),
         url('../fonts/asapcondensedsemibold.woff2') format('woff2'),
         url('../fonts/asapcondensedsemibold.woff') format('woff');
}

