@charset "UTF-8";

/* -----------------------------------------------------------------

    Copyright  : 2022
    Created on : 2022-01-19, 7:04 PM
    Author     : Sébastien FOURNIER <contact@sebastien-fournier.com>

    FRONT EACH FONT :
    =================

------------------------------------------------------------------ */

@each $code, $family in $theme-fonts {
    .ff-#{$code} {
        font-family: $family !important;
    }
}