/* Cantarell */

@font-face {
    font-family: 'Cantarell';
    src: url('/static/font/Cantarell-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cantarell';
    src: url('/static/font/Cantarell-BoldOblique.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Cantarell';
    src: url('/static/font/Cantarell-Oblique.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Cantarell';
    src: url('/static/font/Cantarell-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Hack */

@font-face {
    font-family: 'Hack';
    src: url('/static/font/Hack-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Hack';
    src: url('/static/font/Hack-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Hack';
    src: url('/static/font/Hack-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Hack';
    src: url('/static/font/Hack-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
