html {
    font-size: clamp(12px, calc(16px + (100vw - 1920px) * 0.01), 32px);
}

body {
    margin: 0;
    font-family: 'Manrope', 'Onest', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    font-size: 1rem;
    background-color: #f1f1f1;
}
