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

[hidden] {
    display: none !important;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    background: var(--co-color-bg);
    color: var(--co-color-text);
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

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

button,
select {
    text-transform: none;
}

button {
    cursor: pointer;
}

button:disabled {
    cursor: not-allowed;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
    line-height: inherit;
}

a {
    color: var(--co-color-link);
}

a:hover {
    color: var(--co-color-link-hover);
}

img,
svg {
    vertical-align: middle;
}

hr {
    width: 100%;
    margin: 1rem 0;
    border: 0;
    border-top: var(--co-border-subtle);
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

h1 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-wrap: balance;
}

h2 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-wrap: balance;
}

h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-wrap: balance;
}
