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

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

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

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

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

@font-face {
    font-family: 'robotomonoregular';
    src: url('../fonts/robotomono-regular.woff2') format('woff2'),
         url('../fonts/robotomono-regular.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'),
}