@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400;0,500;0,600;1,400&display=swap");

:root {
    --font-instrument-sans: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
    --font-sans: var(--font-instrument-sans);
}

html {
    background-color: #fff;
    color-scheme: light;
}

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