/* Locally-hosted @font-face rules only.

   In the Claude Design source the Google-hosted families lived in a sibling
   tokens/webfonts.css of pure @import lines, because an @import placed after any
   other rule is discarded silently and this file opens with @font-face. WordPress
   removes that hazard entirely: the Google families are enqueued as their own
   stylesheet from inc/webfonts.php, ordered by wp_enqueue_style rather than by
   @import position, and narrowed to the families the active design actually names.

   Paths are ../fonts/ because tokens/ and fonts/ are siblings under assets/ here,
   where in the source tokens/ sat at the project root. */

/* Gotham — the display face used by Kalatu child themes (kalatu-alex/fonts/gotham).
   Copied verbatim from the original theme; only woff2/woff are shipped. */
@font-face{font-family:'gotham';src:url('../fonts/gotham/gotham-medium.woff2') format('woff2'),url('../fonts/gotham/gotham-medium.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'gotham';src:url('../fonts/gotham/gotham-book.woff2') format('woff2'),url('../fonts/gotham/gotham-book.woff') format('woff');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'gotham';src:url('../fonts/gotham/gotham-bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'gotham';src:url('../fonts/gotham/gotham-black.woff') format('woff');font-weight:900;font-style:normal;font-display:swap}

/* FontAwesome 4.3.0 — the icon font the original themes shipped (commented out in
   kalatu-alex/less/settings.less, live in several sibling themes). */
@font-face{font-family:'FontAwesome';src:url('../fonts/awesome/fontawesome-webfont.woff2') format('woff2'),url('../fonts/awesome/fontawesome-webfont.woff') format('woff');font-weight:400;font-style:normal;font-display:block}

/* Organicons — organic_premier's own icon font, copied verbatim from
   organic_premier/fonts/. */
@font-face{font-family:'organicons';src:url('../fonts/organicons/organicons.woff') format('woff'),url('../fonts/organicons/organicons.ttf') format('truetype');font-weight:400;font-style:normal;font-display:block}

/* on-display's own "Icons" webfont (css/fonts/Icons.*) — copied verbatim, woff + ttf.
   Named ondisplay-icons here to avoid colliding with FontAwesome. */
@font-face{font-family:'ondisplay-icons';src:url('../fonts/ondisplay-icons/Icons.woff') format('woff'),url('../fonts/ondisplay-icons/Icons.ttf') format('truetype');font-weight:400;font-style:normal;font-display:block}

/* Proxima Nova — the display face empower_corperate / the 2013 site shipped in
   its own fonts directory. Declared here because the woff files are in the
   library and en2013 names the family; without the @font-face the stack silently
   falls through to Montserrat and the 2013 site loses its wordmark. */
@font-face{font-family:'ProximaNova';src:url('../fonts/proxima/ProximaNova-Reg-webfont.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'ProximaNova';src:url('../fonts/proxima/ProximaNova-Sbold-webfont.woff') format('woff');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'ProximaNova';src:url('../fonts/proxima/ProximaNova-SboldIt-webfont.woff') format('woff');font-weight:600;font-style:italic;font-display:swap}
@font-face{font-family:'ProximaNova';src:url('../fonts/proxima/ProximaNova-Xbold-webfont.woff') format('woff');font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:'ProximaNova';src:url('../fonts/proxima/ProximaNova-Black-webfont.woff') format('woff');font-weight:900;font-style:normal;font-display:swap}

/* Novecentowide — the wordmark/widget-title face shipped by simplex-kalatu
   (fonts/Novecentowide-*-webfont.*). Licensed retail font: copied verbatim from the
   original theme, woff only. The theme's own @font-face names are misleading
   ("NovecentowideUltraLightBold" points at the Medium file); mapped to real weights here. */
@font-face{font-family:'Novecentowide';src:url('../fonts/novecento/Novecentowide-Medium-webfont.woff') format('woff');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Novecentowide';src:url('../fonts/novecento/Novecentowide-Bold-webfont.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}
