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

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

body {
    background-color: var(--vfw-color-background);
    color: var(--vfw-color-text);
    font-family: var(--vfw-font-family);
    font-size: var(--vfw-font-size-md);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

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

button {
    background: none;
    border: none;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

h1 {
    font-size: var(--vfw-font-size-h1);
    font-weight: var(--vfw-font-weight-bold);
    line-height: 1.2;
    margin-bottom: var(--vfw-space-sm);
}

h2 {
    font-size: var(--vfw-font-size-h2);
    font-weight: var(--vfw-font-weight-bold);
    line-height: 1.25;
    margin-bottom: var(--vfw-space-sm);
}

h3 {
    font-size: var(--vfw-font-size-h3);
    font-weight: var(--vfw-font-weight-bold);
    line-height: 1.3;
    margin-bottom: var(--vfw-space-sm);
}

h4 {
    font-size: var(--vfw-font-size-h4);
    font-weight: var(--vfw-font-weight-bold);
    line-height: 1.35;
    margin-bottom: var(--vfw-space-sm);
}

h5 {
    font-size: var(--vfw-font-size-h5);
    font-weight: var(--vfw-font-weight-bold);
    line-height: 1.4;
    margin-bottom: var(--vfw-space-sm);
}

h6 {
    font-size: var(--vfw-font-size-h6);
    font-weight: var(--vfw-font-weight-bold);
    line-height: 1.4;
    margin-bottom: var(--vfw-space-sm);
}

:focus-visible {
    outline: 2px solid var(--vfw-color-primary);
    outline-offset: 2px;
}

:focus:not(:focus-visible) {
    outline: none;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
/* @audited cfw style=d1784ecc7579 memsec=d1784ecc7579 design=2513045d35bc */
