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

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

/* Instrument Sans 400 */
@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../webfonts/instrument-sans-400.woff2') format('woff2');
}

/* Instrument Sans 500 */
@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../webfonts/instrument-sans-500.woff2') format('woff2');
}

/* Instrument Sans 600 */
@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../webfonts/instrument-sans-600.woff2') format('woff2');
}
