/* ASP Consulting — typography
   Single family: Suisse Screen (Swiss Typefaces). Monitor is the low-res optical cut,
   used for small technical/annotation text.
   Licence confirmed 04/07/2026 (Karan) as covering this web/app deployment. */

@font-face { font-family: 'Suisse Screen'; src: url('../assets/fonts/SuisseScreen-Thin.otf') format('opentype'); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: 'Suisse Screen'; src: url('../assets/fonts/SuisseScreen-Light.otf') format('opentype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Suisse Screen'; src: url('../assets/fonts/SuisseScreen-LightItalic.otf') format('opentype'); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: 'Suisse Screen'; src: url('../assets/fonts/SuisseScreen-Regular.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Suisse Screen'; src: url('../assets/fonts/SuisseScreen-RegularItalic.otf') format('opentype'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Suisse Screen'; src: url('../assets/fonts/SuisseScreen-Medium.otf') format('opentype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Suisse Screen'; src: url('../assets/fonts/SuisseScreen-MediumItalic.otf') format('opentype'); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: 'Suisse Screen'; src: url('../assets/fonts/SuisseScreen-SemiBold.otf') format('opentype'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Suisse Screen'; src: url('../assets/fonts/SuisseScreen-SemiBoldItalic.otf') format('opentype'); font-weight: 600; font-style: italic; font-display: swap; }
@font-face { font-family: 'Suisse Screen'; src: url('../assets/fonts/SuisseScreen-Bold.otf') format('opentype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Suisse Screen'; src: url('../assets/fonts/SuisseScreen-BoldItalic.otf') format('opentype'); font-weight: 700; font-style: italic; font-display: swap; }
@font-face { font-family: 'Suisse Screen Monitor'; src: url('../assets/fonts/SuisseScreen-Monitor.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Suisse Screen Monitor'; src: url('../assets/fonts/SuisseScreen-MonitorItalic.otf') format('opentype'); font-weight: 400; font-style: italic; font-display: swap; }

:root {
  --font-sans: 'Suisse Screen', 'Helvetica Neue', Arial, sans-serif;
  --font-technical: 'Suisse Screen Monitor', 'Suisse Screen', 'Helvetica Neue', sans-serif;

  /* Scale */
  --text-display-xl: 96px;
  --text-display: 64px;
  --text-h1: 40px;
  --text-h2: 28px;
  --text-h3: 20px;
  --text-body: 15px;
  --text-small: 13px;
  --text-eyebrow: 11px;

  --leading-display: 0.98;
  --leading-heading: 1.1;
  --leading-body: 1.55;

  --tracking-display: -0.03em;
  --tracking-eyebrow: 0.14em;

  --weight-light: 300;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
}
