/**
 * Local Fonts
 *
 * Self-hosted fonts for optimal performance.
 *
 * @package CloveTheme
 * @since 1.0.0
 */

/* ==========================================================================
   INTER - Primary Sans Serif
   Download from: https://rsms.me/inter/
   ========================================================================== */

@font-face {
    font-family: 'Inter';
    src: url('./inter/Inter-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   OUTFIT - Display Font
   Download from: https://fonts.google.com/specimen/Outfit
   ========================================================================== */

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