/* ========================================
   NEUE HAAS UNICA FONT - ADOBE FONTS INTEGRATION
   ======================================== */

/* 
   Adobe Fonts embed code should be added to HTML:
   <link rel="stylesheet" href="https://use.typekit.net/kyg0fva.css">
*/

/* Variable Font Settings for Adelphi */
.font-adelphi-thin {
    font-family: neue-haas-unica, sans-serif;
    font-variation-settings: "opsz" 6, "slnt" 0, "wght" 100;
}

.font-adelphi-light {
    font-family: neue-haas-unica, sans-serif;
    font-variation-settings: "opsz" 6, "slnt" 0, "wght" 200;
}

.font-adelphi-book {
    font-family: neue-haas-unica, sans-serif;
    font-variation-settings: "opsz" 6, "slnt" 0, "wght" 300;
}

.font-adelphi-regular {
    font-family: neue-haas-unica, sans-serif;
    font-variation-settings: "opsz" 6, "slnt" 0, "wght" 400;
}

.font-adelphi-medium {
    font-family: neue-haas-unica, sans-serif;
    font-variation-settings: "opsz" 6, "slnt" 0, "wght" 500;
}

.font-adelphi-semibold {
    font-family: neue-haas-unica, sans-serif;
    font-variation-settings: "opsz" 6, "slnt" 0, "wght" 600;
}

.font-adelphi-bold {
    font-family: neue-haas-unica, sans-serif;
    font-variation-settings: "opsz" 6, "slnt" 0, "wght" 700;
}

/* Enhanced Typography Utilities */
.text-adelphi {
    font-family: var(--adelphi);
    font-variation-settings: "opsz" 6, "slnt" 0, "wght" 400;
}

.text-adelphi-medium {
    font-family: var(--adelphi);
    font-variation-settings: "opsz" 6, "slnt" 0, "wght" 500;
}

.text-adelphi-semibold {
    font-family: var(--adelphi);
    font-variation-settings: "opsz" 6, "slnt" 0, "wght" 600;
}

/* Responsive optical sizing for headings */
.heading-large {
    font-family: var(--adelphi);
    font-variation-settings: "opsz" 18, "slnt" 0, "wght" 600;
}

.heading-small {
    font-family: var(--adelphi);
    font-variation-settings: "opsz" 6, "slnt" 0, "wght" 500;
}