/* ============================================================
   MIAMI BRIDAL PHOTOS — SELF-HOSTED TYPEFACES
   ============================================================
   tokens.css names Zodiak, Switzer and Martian Mono, but nothing
   ever declared them, so every visitor fell through to Georgia and
   Helvetica. These are the real faces, served from this origin so
   there is no third-party connection in the critical path.

   Zodiak and Switzer: Fontshare (Indian Type Foundry), ITF Free Font
   Licence. Martian Mono: Evil Martians, SIL Open Font Licence 1.1.

   font-display:swap — the fallback paints immediately and the real
   face swaps in. Never `block`: a photography site must not hold
   text hostage to a font file.
   ============================================================ */

@font-face{font-family:"Switzer";src:url("../fonts/switzer-400.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Switzer";src:url("../fonts/switzer-500.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Switzer";src:url("../fonts/switzer-600.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Switzer";src:url("../fonts/switzer-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}

@font-face{font-family:"Zodiak";src:url("../fonts/zodiak-400.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Zodiak";src:url("../fonts/zodiak-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}

/* Martian Mono ships as a variable face; one file covers the range. */
@font-face{font-family:"Martian Mono";src:url("../fonts/martian-mono.woff2") format("woff2");font-weight:400 700;font-style:normal;font-display:swap}
