/* ITC Stone Sans Std Font Family */

/* Medium weight (450) - Primary font weight used across the site */
@font-face {
    font-family: "ITC Stone Sans Std";
    src: url("../fonts/StoneSansStd-Medium.otf") format("opentype");
    font-weight: 450;
    font-style: normal;
    font-display: swap;
}

/* Semibold weight (600) */
@font-face {
    font-family: "ITC Stone Sans Std";
    src: url("../fonts/StoneSansStd-Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold weight (700) */
@font-face {
    font-family: "ITC Stone Sans Std";
    src: url("../fonts/StoneSansStd-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Fallback font stack */
.font-stone-sans {
    font-family: "ITC Stone Sans Std", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
