/* Metric-matched fallback to reduce layout shift while Roboto loads (font-display: swap) */
@font-face {
    font-family: 'Roboto Fallback';
    src: local('Arial');
    size-adjust: 100.06%;
    ascent-override: 92.77%;
    descent-override: 24.41%;
    line-gap-override: 0%;
}

html,
body {
    font-family: 'Roboto', 'Roboto Fallback', sans-serif;
}
