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

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

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