:root {
    --font-heading: "Cormorant Garamond", Georgia, serif;
    --font-body: "Montserrat", "Segoe UI", sans-serif;
}

body {
    font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    letter-spacing: -0.02em;
    line-height: 1.08;
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
    font-family: inherit;
}

.supporting-title {
    font-size: clamp(1.55rem, 1.2rem + 1.1vw, 2rem);
    line-height: 1.1;
}

.brand-title {
    font-weight: 700;
}

.brand-subtitle {
    letter-spacing: 0.12em;
}

.footer-logo-mark {
    filter: brightness(0) invert(1);
}

button,
a,
input,
textarea,
select,
label,
p,
li {
    font-family: var(--font-body);
}

.tracking-wide,
.tracking-wider,
.tracking-widest {
    letter-spacing: 0.18em;
}

::selection {
    background-color: #d9f99d;
    color: #1e293b;
}
