@font-face {
    font-family: 'rubik';
    src: url('../fonts/rubik_regular.woff2') format('woff2'),
         url('../fonts/rubik_regular.woff') format('woff');
}

@font-face {
    font-family: 'rubik_italic';
    src: url('../fonts/rubik_italic.woff2') format('woff2'),
         url('../fonts/rubik_italic.woff') format('woff');
}

@font-face {
    font-family: 'rubik_bold';
    src: url('../fonts/rubik_bold.woff2') format('woff2'),
         url('../fonts/rubik_bold.woff') format('woff');
}

@font-face {
    font-family: 'rubik_bolditalic';
    src: url('../fonts/rubik_bolditalic.woff2') format('woff2'),
         url('../fonts/rubik_bolditalic.woff') format('woff');
}

@font-face {
    font-family: 'rubik_light';
    src: url('../fonts/rubik_light.woff2') format('woff2'),
         url('../fonts/rubik_light.woff') format('woff');
}

@font-face {
    font-family: 'rubik_lightitalic';
    src: url('../fonts/rubik_lightitalic.woff2') format('woff2'),
         url('../fonts/rubik_lightitalic.woff') format('woff');
}

@font-face {
    font-family: 'crud';
    src: url('../fonts/crud.woff') format('woff');
}

/* Font Awesome */

@font-face {
    font-family: 'fa-brands-400';
    src: url('../fonts/fa-brands-400.woff2') format('woff2'),
}

@font-face {
    font-family: 'fa-regular-400';
    src: url('../fonts/fa-regular-400.woff2') format('woff2'),
}

@font-face {
    font-family: 'fa-solid-900';
    src: url('../fonts/fa-solid-900.woff2') format('woff2'),
}

@font-face {
    font-family: 'fa-v4compatibility';
    src: url('../fonts/fa-v4compatibility.woff2') format('woff2'),
}