/*
 * Typekit / Adobe Fonts — local font files
 *
 * Fonts included:
 *   - titling-gothic-fb (regular 400, bold 700)
 *   - titling-gothic-fb-condensed (bold 700)
 *
 * Note: Other titling-gothic-fb variants (compressed, extended, narrow,
 * skyline, wide) and neue-haas-grotesk are loaded via Adobe Fonts.
 * Add your Adobe Fonts <link> tag in the <head> if needed.
 */

/* Titling Gothic FB — Regular */
@font-face {
    font-family: "titling-gothic-fb";
    src: url("../fonts/titling-gothic-fb-regular.woff2") format("woff2"),
         url("../fonts/titling-gothic-fb-regular.woff") format("woff"),
         url("../fonts/titling-gothic-fb-regular.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

/* Titling Gothic FB — Bold */
@font-face {
    font-family: "titling-gothic-fb";
    src: url("../fonts/titling-gothic-fb-bold.woff2") format("woff2");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

/* Titling Gothic FB Condensed — Bold */
@font-face {
    font-family: "titling-gothic-fb-condensed";
    src: url("../fonts/titling-gothic-fb-condensed-bold.woff2") format("woff2");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

/* Typekit utility classes */
.tk-titling-gothic-fb            { font-family: "titling-gothic-fb", sans-serif; }
.tk-titling-gothic-fb-condensed  { font-family: "titling-gothic-fb-condensed", sans-serif; }
