:root {
    --font-family: 'InterDisplay', sans-serif;
}

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