/* ============================================================
   Montserrat (primary, used by v4 design tokens)
   Currently loaded via Google Fonts CDN from each app's
   index.html. To self-host: drop a Montserrat-VariableFont
   woff2 into wwwroot/fonts/, add a @font-face block here
   with font-weight: 400 800, and remove the CDN <link> from
   index.html. See plan §0.2 for the full self-host recipe.
   ============================================================ */

/* SF Pro Rounded - kept for legacy iOS-style typography in
   pages that still use the old typography.css scale. New v4
   pages reference Montserrat via the --sans token in tokens.css. */

/* SF Pro Rounded - Ultralight */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./fonts/SfProRounded/SF-Pro-Rounded-Ultralight.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Thin */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./fonts/SfProRounded/SF-Pro-Rounded-Thin.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Light */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./fonts/SfProRounded/SF-Pro-Rounded-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Regular */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./fonts/SfProRounded/SF-Pro-Rounded-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Medium */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./fonts/SfProRounded/SF-Pro-Rounded-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Semibold */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./fonts/SfProRounded/SF-Pro-Rounded-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Bold */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./fonts/SfProRounded/SF-Pro-Rounded-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Heavy */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./fonts/SfProRounded/SF-Pro-Rounded-Heavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Rounded - Black */
@font-face {
    font-family: 'SF Pro Rounded';
    src: url('./fonts/SfProRounded/SF-Pro-Rounded-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} 