/* font-face.css */
@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
}
