@font-face {
    font-family: "Instrument Sans";
    font-style: normal;
    font-weight: 400 700;
    font-display: optional;
    src: url("../mainpage/css/fonts/instrument/instrumentsans-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Instrument Sans";
    font-style: normal;
    font-weight: 400 700;
    font-display: optional;
    src: url("../mainpage/css/fonts/instrument/instrumentsans-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Instrument Serif";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url("../mainpage/css/fonts/instrument/instrumentserif-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Instrument Serif";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url("../mainpage/css/fonts/instrument/instrumentserif-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Instrument Serif";
    font-style: italic;
    font-weight: 400;
    font-display: optional;
    src: url("../mainpage/css/fonts/instrument/instrumentserif-italic-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Instrument Serif";
    font-style: italic;
    font-weight: 400;
    font-display: optional;
    src: url("../mainpage/css/fonts/instrument/instrumentserif-italic-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Instrument Serif Merethelyes";
    src: local("Georgia");
    size-adjust: 77%;
    ascent-override: 129%;
    descent-override: 40%;
    line-gap-override: 0%;
}

:root {
    --color-background: #fdfcfa;
    --color-surface: #fdfcfa;
    --color-surface-muted: #f6f4ef;
    --color-surface-sunken: #efece5;
    --color-surface-plate: #e9e2d2;
    --color-ink: #23282a;
    --color-on-ink: #c9c4b8;
    --color-on-ink-strong: #fdfcfa;
    --color-on-ink-muted: #a49d90;
    --color-text: #23282a;
    --color-text-body: #4a4f50;
    --color-text-muted: #6f695e;
    --color-brand: #1f6b6d;
    --color-brand-hover: #114b4d;
    --color-brand-active: #0d3c3e;
    --color-brand-soft: #cfe4e4;
    --color-brand-tint: #eaf3f3;
    --color-cta: #1f6b6d;
    --color-cta-hover: #114b4d;
    --color-cta-active: #0d3c3e;
    --color-cta-disabled: #d6d1c6;
    --color-cta-disabled-text: #5c574d;
    --color-accent: #a4472c;
    --color-accent-hover: #86381f;
    --color-accent-soft: #f6e7e1;
    --color-star: #8a6206;
    --color-border: #e5e0d6;
    --color-border-strong: #cfc9bc;
    --color-border-faint: #f0ede5;
    --color-border-on-ink: #3a4042;
    --color-focus: #1f6b6d;
    --color-focus-on-ink: #f0d9a0;
    --color-error: #a4472c;
    --color-error-soft: #f9ecE7;
    --color-success: #1f6b4a;
    --color-success-soft: #e6f1ea;
    --color-info-soft: #eaf3f3;
    --color-overlay: rgb(35 40 42 / 55%);
    --font-family-base: "Instrument Sans", "Segoe UI", Arial, sans-serif;
    --font-family-heading: "Instrument Serif", "Instrument Serif Merethelyes", Georgia, "Times New Roman", serif;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-size-3xs: 14px;
    --font-size-2xs: 14px;
    --font-size-xs: 14px;
    --font-size-sm: 15px;
    --font-size-md: 16px;
    --font-size-base: 16px;
    --font-size-lg: 18px;
    --font-size-xl: 20px;
    --font-size-2xl: 24px;
    --font-size-3xl: 30px;
    --font-size-4xl: 40px;
    --line-height-tight: 1.15;
    --line-height-heading: 1.25;
    --line-height-base: 1.55;
    --line-height-relaxed: 1.65;
    --letter-spacing-label: 0.09em;
    --space-0: 0;
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-7: 32px;
    --space-8: 40px;
    --space-9: 56px;
    --space-10: 72px;
    --radius-none: 0;
    --radius-xs: 2px;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 14px;
    --radius-pill: 999px;
    --border-width: 1px;
    --border-width-thick: 2px;
    --container-max-width: 1320px;
    --container-gutter-mobile: 16px;
    --container-gutter-desktop: 24px;
    --header-utility-height: 40px;
    --header-main-height: 96px;
    --header-navigation-height: 48px;
    --header-mobile-height: 72px;
    --touch-target-min: 48px;
    --focus-ring-width: 2px;
    --focus-ring-offset: 2px;
    --shadow-xs: 0 1px 2px rgb(35 40 42 / 6%);
    --shadow-sm: 0 2px 8px rgb(35 40 42 / 8%);
    --shadow-md: 0 8px 28px rgb(35 40 42 / 12%);
    --shadow-lg: 0 18px 60px rgb(35 40 42 / 22%);
    --transition-fast: 120ms ease;
    --transition-base: 200ms ease;
    --z-base: 0;
    --z-dropdown: 1000;
    --z-sticky: 1020;
    --z-chat: 1030;
    --z-overlay: 1040;
    --z-modal: 1050;
    --z-notification: 1060;
}
