:root {
    --font-main: 'Inter', sans-serif;
}

body {
    font-family: var(--font-main);
    font-weight: 400;
}


