/* ==========================================================================
   Sully's — @font-face declarations
   Loaded early + preloaded in <head> via functions.php to kill FOUT.
   font-display: swap uses a fallback until the custom font is ready,
   matched to avoid layout shift.
   ========================================================================== */

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

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

@font-face {
    font-family: 'Apercu Mono';
    src: url('../fonts/ApercuMonoProLight.woff2') format('woff2'),
         url('../fonts/ApercuMonoProLight.woff')  format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Alias — the Coming Soon template references the family as
   `ApercuMonoProLight` (single word). Defining the same font under
   that name so the Coming Soon page uses our self-hosted file too. */
@font-face {
    font-family: 'ApercuMonoProLight';
    src: url('../fonts/ApercuMonoProLight.woff2') format('woff2'),
         url('../fonts/ApercuMonoProLight.woff')  format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
