  /*
 * Adobe Typekit Font Override
 * Updated: November , 2025
 * 
 * Override for font-display from https://use.typekit.net/snk6rni.css
 * Prevents font flash (FOUT) during page load
 */

/* Font Display Override */
@font-face {
    font-family: "refrigerator-deluxe";
    font-display: swap !important;
}

@font-face {
    font-family: "canada-type-gibson";
    font-display: swap !important;
}

/* Utility Classes */
.tk-refrigerator-deluxe {
    font-family: "refrigerator-deluxe", sans-serif;
}

.tk-canada-type-gibson {
    font-family: "canada-type-gibson", sans-serif;
}
