/*
 * fonts.css — Ken's Tours
 * Generated by HTML-WP Agent 0
 *
 * Marcellus: loaded via Google Fonts CDN (see functions.php enqueue).
 *
 * Satoshi: currently loaded via Fontshare CDN.
 * @font-face declarations below are ready for self-hosting.
 * To activate: download Satoshi from fontshare.com, place files in
 * assets/fonts/satoshi/, then remove the CDN enqueue in functions.php.
 */

/* ─── Satoshi (self-host scaffold) ─── */
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/satoshi-regular.woff2') format('woff2'),
         url('../fonts/satoshi/satoshi-regular.woff')  format('woff');
    font-weight: 400;
    font-style:  normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/satoshi-medium.woff2') format('woff2'),
         url('../fonts/satoshi/satoshi-medium.woff')  format('woff');
    font-weight: 500;
    font-style:  normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/satoshi-bold.woff2') format('woff2'),
         url('../fonts/satoshi/satoshi-bold.woff')  format('woff');
    font-weight: 700;
    font-style:  normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/satoshi-black.woff2') format('woff2'),
         url('../fonts/satoshi/satoshi-black.woff')  format('woff');
    font-weight: 900;
    font-style:  normal;
    font-display: swap;
}
