@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Regular.woff2') format('woff2'),
         url('/fonts/Inter-Regular.woff') format('woff'),
         url('/fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Bold.woff2') format('woff2'),
         url('/fonts/Inter-Bold.woff') format('woff'),
         url('/fonts/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Shadows Into Light';
    src: url('/fonts/ShadowsIntoLight-webfont.eot');
    src: url('/fonts/ShadowsIntoLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ShadowsIntoLight-webfont.woff2') format('woff2'),
         url('/fonts/ShadowsIntoLight-webfont.woff') format('woff'),
         url('/fonts/ShadowsIntoLight-webfont.ttf') format('truetype'),
         url('/fonts/ShadowsIntoLight-webfont.svg#shadows_into_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}