@font-face {
font-family: Nunito;
src: local('Nunito');
}
* {
box-sizing: border-box;
}
html {
font-size: 16px;
scroll-behavior: smooth;
}
body {
margin: 0;
font-family: Nunito, 'Trebuchet MS', Arial, sans-serif;
line-height: 1.55;
color: #44313e;
background: #fff9fb;
}
h1,
h2,
h3,
h4,
p {
margin: 0;
}
h1,
h2,
h3 {
line-height: 1.18;
letter-spacing: -0.025em;
}
h1 {
font-size: clamp(2rem, 3.5vw, 3.1rem);
}
h2 {
font-size: 1.5rem;
}
h3 {
font-size: 1.15rem;
}
p {
color: #71596a;
}
button,
input,
select,
textarea {
font: inherit;
}
button,
a,
input,
select,
textarea {
-webkit-tap-highlight-color: transparent;
}
button,
a {
touch-action: manipulation;
}
button {
cursor: pointer;
}
a {
color: #96335e;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
button:disabled {
cursor: not-allowed;
opacity: 0.6;
}
img {
max-width: 100%;
display: block;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
outline: 3px solid #22705b;
outline-offset: 4px;
}
input,
select,
textarea {
width: 100%;
min-height: 48px;
border: 1.5px solid #cbb3c0;
border-radius: 13px;
padding: 0.7rem 0.85rem;
background: #fff;
color: #44313e;
}
textarea {
min-height: 105px;
resize: vertical;
}
label {
display: grid;
gap: 0.35rem;
font-size: 0.95rem;
font-weight: 700;
}
input[type='checkbox'] {
width: 22px;
min-height: 22px;
margin: 0;
accent-color: #247358;
}
label.check {
display: flex;
gap: 0.7rem;
align-items: flex-start;
font-weight: 400;
}
small,
.small {
font-size: 0.875rem;
line-height: 1.5;
}
.muted {
color: #786775;
}
.eyebrow {
font-size: 0.8rem;
letter-spacing: 0.13em;
font-weight: 800;
color: #946078;
margin-bottom: 0.5rem;
}
.pill {
display: inline-flex;
align-items: center;
gap: 0.35rem;
font-size: 0.82rem;
font-weight: 800;
padding: 0.3rem 0.65rem;
border-radius: 20px;
background: #f8ebf1;
color: #854666;
}
.pill.green {
background: #e2f4e7;
color: #246044;
}
.pill.amber {
background: #fff0d4;
color: #7f5015;
}
.pill.red {
background: #ffe1e8;
color: #9b2242;
}
