/* ===================================
   FONTS
   =================================== */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:wght@400;500;600&display=swap');

@font-face {
    font-family: 'Satoshi Variable';
    src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal italic;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree Variable';
    src: url('../fonts/Figtree-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* ===================================
   SELECTION COLOR
   =================================== */

::selection {
    background-color: #f8acd8;
}

/* ===================================
   CSS RESET / NORMALIZE
   =================================== */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    max-width: 100%;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* ===================================
   BOX SIZING
   =================================== */

a, article, aside, blockquote, body, code, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], legend, li, main, nav, ol, p, pre, section, table, td, textarea, th, tr, ul {
    box-sizing: border-box;
}

html, body, div, article, aside, section, main, nav, footer, header, form, fieldset, legend, pre, code, a, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blockquote, figcaption, figure, textarea, table, td, th, tr, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url] {
    box-sizing: border-box;
}

/* ===================================
   COMMON TYPOGRAPHY
   =================================== */

body {
    font-family: 'Figtree Variable', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background: #FFFDF9;
    color: #3C9342;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    text-wrap: balance;
}

body h1, body h2, body h3, body h4, body h5, body h6, body p, body li, body dt, body dd, body span, body a {
    letter-spacing: clamp(-1.75px, calc(0.583333px - 0.0364583em), 0px);
}

a {
    color: #3C9342;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

a:focus {
    outline-offset: 0.3em;
}

abbr {
    text-transform: uppercase;
    font-feature-settings: "c2sc";
}

/* ===================================
   UTILITY CLASSES
   =================================== */

.sr-only, .skip-link {
    position: absolute;
    padding: 0;
    border-width: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

.skip-link:focus {
    position: relative;
    width: auto;
    height: auto;
    clip: initial;
    margin: inherit;
    border: initial;
}

.skip-link {
    position: absolute;
    top: 0;
    left: 2rem;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}

.skip-link:active, .skip-link:focus {
    position: absolute;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none;
}

/* ===================================
   FOOTER
   =================================== */

footer {
    width: 100%;
    max-width: 1360px;
    padding: 2rem !important;
    text-align: right !important;
    margin-top: 4rem !important;
    font-size: 0.9rem !important;
}

footer p {
    font-size: 0.9rem !important;
    color: var(--link-color) !important;
}

footer a {
    text-decoration: none;
}


/* ===================================
   ROOT VARIABLES
   =================================== */

:root {
    scrollbar-gutter: stable;
}
