@font-face {
    font-family: 'Karrik';
    src:    url(/fonts/karrik/WOFF/Karrik-Regular.woff) format("woff"),
            url(/fonts/karrik/WOFF2/Karrik-Regular.woff2) format("woff2");
}

@font-face {
    font-family: 'Lineal';
    src:    url(/fonts/lineal/Lineal.otf) format("opentype");
            /*url(/fonts/lineal/lieal.svg) format("svg");*/
}

@font-face {
    font-family: 'SpaceGrotesk';
    src:    url(/fonts/spacegrotesk/webfont/SpaceGrotesk-Light.woff) format("woff"),
            url(/fonts/spacegrotesk/webfont/SpaceGrotesk-Light.woff2) format("woff2"),
            url(/fonts/spacegrotesk/otf/SpaceGrotesk-Light.otf) format("opentype");
}

@font-face {
    font-family: 'SpaceGroteskBold';
    src:    url(/fonts/spacegrotesk/webfont/SpaceGrotesk-Bold.woff) format("woff"),
    url(/fonts/spacegrotesk/webfont/SpaceGrotesk-Bold.woff2) format("woff2"),
    url(/fonts/spacegrotesk/otf/SpaceGrotesk-Bold.otf) format("opentype");
}

@font-face {
    font-family: 'TerminalGrotesk';
    src:    url(/fonts/terminalgrotesk/terminal-grotesque.ttf) format("truetype");
}

@font-face {
    font-family: 'TerminalGrotesk-Open';
    src:    url(/fonts/terminalgrotesk/terminal-grotesque_open_new.otf) format("opentype");
}