/*
 * INTESA Phase 2H — self-hosted Prompt for Thai glyphs only.
 * Latin glyphs intentionally fall through to the existing system-font stack.
 */

@font-face {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/prompt/Prompt-Thai-Regular.woff2") format("woff2");
    unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}

@font-face {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/prompt/Prompt-Thai-SemiBold.woff2") format("woff2");
    unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}

@font-face {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/prompt/Prompt-Thai-Bold.woff2") format("woff2");
    unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}

@font-face {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/prompt/Prompt-Thai-ExtraBold.woff2") format("woff2");
    unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}

@font-face {
    font-family: "Prompt";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/prompt/Prompt-Thai-Black.woff2") format("woff2");
    unicode-range: U+02D7, U+0303, U+0331, U+0E01-0E5B, U+200C-200D, U+25CC;
}

.intesa-chrome-header,
.intesa-chrome-footer,
.intesa-home-wrap,
.intesa-archive-hero,
.intesa-archive-wrap,
.intesa-brands-wrap,
.intesa-categories-wrap,
.intesa-pr-wrap,
.intesa-inquiry-wrap,
.intesa-line-contact {
    font-family: "Prompt", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
