*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    background: var(--cf-bg);
    color: var(--cf-text);
    font-family: var(--cf-font);
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    background: var(--cf-bg);
    color: var(--cf-text);
    font-family: var(--cf-font);
    font-size: 14px;
    line-height: 1.5;
}

a {
    color: inherit;
}

img,
svg {
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a,
summary {
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 8px;
    color: var(--cf-navy-950);
    font-size: clamp(1.55rem, 2vw, 2rem);
    line-height: 1.18;
    letter-spacing: -.025em;
}

h2 {
    margin-bottom: 6px;
    color: var(--cf-navy-950);
    font-size: 1.13rem;
    line-height: 1.3;
}

h3 {
    color: var(--cf-navy-900);
    font-size: .96rem;
}

small {
    color: var(--cf-text-soft);
}

[hidden] {
    display: none !important;
}

:focus-visible {
    outline: 3px solid rgba(50, 104, 142, .22);
    outline-offset: 2px;
}
