﻿/* ========== Barlow (local) ========== */

/* 400 – Regular */
@font-face {
    font-family: 'Barlow';
    src: url('/fonts/Barlow-Regular.woff2') format('woff2'), url('/fonts/Barlow-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 500 – Medium */
@font-face {
    font-family: 'Barlow';
    src: url('/fonts/Barlow-Medium.woff2') format('woff2'), url('/fonts/Barlow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* 700 – Bold */
@font-face {
    font-family: 'Barlow';
    src: url('/fonts/Barlow-Bold.woff2') format('woff2'), url('/fonts/Barlow-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ========== Oswald (variable) ========== */

/* 100–900 – all weights from a single variable font file */
@font-face {
    font-family: 'Oswald';
    src: url('/fonts/Oswald-VariableFont_wght.woff2') format('woff2-variations'), url('/fonts/Oswald-VariableFont_wght.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
