/*
 * Pretendard Variable 1.3.9
 * Copyright (c) 2021 Kil Hyung-jin. Licensed under the SIL Open Font License 1.1.
 * Self-hosted so the browser can discover the font before the first render.
 */
@font-face {
    font-family: "Pretendard";
    src: url("../fonts/pretendard/PretendardVariable.woff2?v=1.3.9") format("woff2-variations");
    font-style: normal;
    font-weight: 45 920;
    font-display: optional;
}

:root {
    color-scheme: light;
}

html {
    font-size: 19.2px; /* 120% of the previous 16px base */
}

body {
    font-family: Pretendard, system-ui, sans-serif;
    font-size: 1rem;
}

/* Public forms stay at the site base so iOS does not zoom on focus. */
input,
select,
textarea {
    font-size: 1rem;
}

.nav-link {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.85rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.86);
}

.nav-link-on {
    color: #aabce1;
}

.dropdown-link {
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0.4rem;
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.88);
}

.mobile-link {
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0.5rem;
    padding: 0.75rem 0.5rem;
    color: #fff;
}

.prose-tax h3 {
    margin: 1.5rem 0 0.6rem;
    font-size: 1.1rem;
    font-weight: 700;
}

.prose-tax p,
.prose-tax li {
    line-height: 1.8;
    color: #334155;
}

.prose-tax ul {
    margin: 0.5rem 0 1rem 1.1rem;
    list-style: disc;
}

.ck-editor__editable {
    min-height: 320px;
}

.faq-item[open] .faq-chevron {
    transform: rotate(180deg);
}

input, select, textarea {
    font-family: inherit;
}

/* Admin accent: gold-* tokens map to the site blue palette. */
.bg-gold-600 {
    background-color: #3F60A2;
}

.text-gold-600 {
    color: #3F60A2;
}
