/* ============================================================
   Volumet Design System — Tokens & Semantic Styles
   ============================================================
   Volumet — Singapore-based XGRIDS Lixel rental & access.
   All design decisions live as CSS custom properties on :root.
   Semantic helper classes at the bottom map common HTML
   structures (h1, .button, .pill, etc.) onto the tokens.
   ------------------------------------------------------------ */

/* ---------- Webfonts ----------
   - Kantumruy Pro (variable, self-hosted) → display + body
   - JetBrains Mono (Google Fonts) → numbers, specs, prices
*/
@font-face {
  font-family: "Kantumruy Pro";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("fonts/KantumruyPro-VariableFont_wght.ttf") format("truetype-variations"),
       url("fonts/KantumruyPro-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Kantumruy Pro";
  font-style: italic;
  font-weight: 100 700;
  font-display: swap;
  src: url("fonts/KantumruyPro-Italic-VariableFont_wght.ttf") format("truetype-variations"),
       url("fonts/KantumruyPro-Italic-VariableFont_wght.ttf") format("truetype");
}
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap");

:root {
  /* =========================================================
     COLOR — Brand & Accent
     ========================================================= */
  --primary:           #0067FF;   /* Volumet Blue — sampled from the logogram.
                                     The single brand voltage. Passes contrast
                                     on white (~4.8:1), so it works as text on
                                     light surfaces too. */
  --primary-active:    #0052CC;   /* Press state on CTAs. */
  --primary-disabled:  #C2D8FF;   /* Faded blue tint */

  /* COLOR — Surface */
  --canvas:                 #FFFFFF;
  --surface-soft:           #F6F7F9;
  --surface-strong:         #EDF0F4;
  --surface-dark:           #0A0F1C;   /* Full-bleed dark hero canvas — navy-
                                          tinted near-black. Alternates explored
                                          in preview/06_color_dark_canvas.html:
                                          #0A0B0D neutral · #0A0F1C navy (default)
                                          · #04122E deep blue */
  --surface-dark-elevated:  #141B2B;   /* Floating mockup / spec cards on dark */

  /* COLOR — Hairlines */
  --hairline:        #DEE1E6;
  --hairline-soft:   #EDF0F4;   /* Same hex as --surface-strong */

  /* COLOR — Text */
  --ink:           #0A0B0D;
  --body:          #5B616E;
  --body-strong:   #0A0B0D;
  --muted:         #7C828A;
  --muted-soft:    #A8ACB3;
  --on-primary:    #FFFFFF;   /* White text on the blue CTA pill */
  --on-dark:       #FFFFFF;
  --on-dark-soft:  #A9B0BD;

  /* COLOR — Status semantics (TEXT COLOR ONLY)
     Availability, confirmations, warnings on rental states. */
  --semantic-up:   #05B169;   /* available / confirmed */
  --semantic-down: #CF202F;   /* unavailable / overdue */

  /* =========================================================
     TYPOGRAPHY — Families
     ========================================================= */
  --font-display: "Kantumruy Pro", -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-sans:    "Kantumruy Pro", -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono:    "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  /* TYPOGRAPHY — Scale (size / line-height / tracking)
     Display sits at weight 400. The single most distinctive
     typographic choice in the brand. Do not bold display. */
  --type-display-mega-size:        80px;
  --type-display-mega-lh:          1.05;
  --type-display-mega-tracking:    -2px;

  --type-display-xl-size:          64px;
  --type-display-xl-lh:            1.05;
  --type-display-xl-tracking:      -1.6px;

  --type-display-lg-size:          52px;
  --type-display-lg-lh:            1.05;
  --type-display-lg-tracking:      -1.3px;

  --type-display-md-size:          44px;
  --type-display-md-lh:            1.09;
  --type-display-md-tracking:      -1px;

  --type-display-sm-size:          36px;
  --type-display-sm-lh:            1.11;
  --type-display-sm-tracking:      -0.5px;

  --type-title-lg-size:            32px;
  --type-title-lg-lh:              1.13;
  --type-title-lg-tracking:        -0.4px;

  --type-title-md-size:            18px;
  --type-title-md-lh:              1.33;
  --type-title-md-tracking:        0;

  --type-title-sm-size:            16px;
  --type-title-sm-lh:              1.25;
  --type-title-sm-tracking:        0;

  --type-body-md-size:             16px;
  --type-body-md-lh:               1.5;
  --type-body-md-tracking:         0;

  --type-body-sm-size:             14px;
  --type-body-sm-lh:               1.5;
  --type-body-sm-tracking:         0;

  --type-caption-size:             13px;
  --type-caption-lh:               1.5;
  --type-caption-tracking:         0;

  --type-caption-strong-size:      12px;
  --type-caption-strong-lh:        1.5;
  --type-caption-strong-tracking:  0.04em;

  --type-number-display-size:      18px;
  --type-number-display-lh:        1.4;

  --type-nav-link-size:            14px;
  --type-nav-link-lh:              1.4;

  --type-button-size:              16px;
  --type-button-lh:                1.15;

  /* =========================================================
     SPACING — 4px base
     ========================================================= */
  --space-xxs:   4px;
  --space-xs:    8px;
  --space-sm:    12px;
  --space-base:  16px;
  --space-md:    20px;
  --space-lg:    24px;
  --space-xl:    32px;
  --space-xxl:   48px;
  --space-section: 96px;

  /* =========================================================
     RADIUS — panels & holders are SQUARE.
     Cards, inputs, placeholders, alerts, tables: 0px corners.
     Roundness survives only in the action/glyph language:
     pills (CTAs, badges, search) and full circles (glyph
     plates, avatars). Token names kept for API stability.
     ========================================================= */
  --radius-none:  0px;
  --radius-xs:    0px;
  --radius-sm:    0px;
  --radius-md:    0px;
  --radius-lg:    0px;
  --radius-xl:    0px;
  --radius-pill:  100px;
  --radius-full:  9999px;

  /* =========================================================
     ELEVATION — One tier only.
     ========================================================= */
  --shadow-soft: 0 4px 12px rgba(0, 0, 0, 0.04);

  /* =========================================================
     LAYOUT
     ========================================================= */
  --container-max: 1200px;

  /* =========================================================
     MOTION
     ========================================================= */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --duration-fast: 150ms; /* @kind other */
}

/* ============================================================
   Semantic helper styles — map HTML to tokens.
   Use these by adding a class, or copy the rules into your
   own components. Heading element styles (h1, h2…) are scoped
   to .volumet-typography so they don't bleed into UI chrome.
   ============================================================ */

.volumet-typography h1, .volumet-display-mega {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--type-display-mega-size);
  line-height: var(--type-display-mega-lh);
  letter-spacing: var(--type-display-mega-tracking);
  color: var(--ink);
  margin: 0;
}
.volumet-typography h2, .volumet-display-xl {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--type-display-xl-size);
  line-height: var(--type-display-xl-lh);
  letter-spacing: var(--type-display-xl-tracking);
  color: var(--ink);
  margin: 0;
}
.volumet-typography h3, .volumet-display-lg {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--type-display-lg-size);
  line-height: var(--type-display-lg-lh);
  letter-spacing: var(--type-display-lg-tracking);
  color: var(--ink);
  margin: 0;
}
.volumet-display-md {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--type-display-md-size);
  line-height: var(--type-display-md-lh);
  letter-spacing: var(--type-display-md-tracking);
  color: var(--ink);
}
.volumet-display-sm {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: var(--type-display-sm-size);
  line-height: var(--type-display-sm-lh);
  letter-spacing: var(--type-display-sm-tracking);
  color: var(--ink);
}
.volumet-title-lg {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: var(--type-title-lg-size);
  line-height: var(--type-title-lg-lh);
  letter-spacing: var(--type-title-lg-tracking);
  color: var(--ink);
}
.volumet-title-md {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--type-title-md-size);
  line-height: var(--type-title-md-lh);
  color: var(--ink);
}
.volumet-title-sm {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--type-title-sm-size);
  line-height: var(--type-title-sm-lh);
  color: var(--ink);
}
.volumet-body-md {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: var(--type-body-md-size);
  line-height: var(--type-body-md-lh);
  color: var(--body);
}
.volumet-body-strong {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: var(--type-body-md-size);
  line-height: var(--type-body-md-lh);
  color: var(--body-strong);
}
.volumet-body-sm {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: var(--type-body-sm-size);
  line-height: var(--type-body-sm-lh);
  color: var(--body);
}
.volumet-caption {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: var(--type-caption-size);
  line-height: var(--type-caption-lh);
  color: var(--muted);
}
.volumet-caption-strong {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--type-caption-strong-size);
  line-height: var(--type-caption-strong-lh);
  letter-spacing: var(--type-caption-strong-tracking);
  text-transform: uppercase;
  color: var(--ink);
}
.volumet-number {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: var(--type-number-display-size);
  line-height: var(--type-number-display-lh);
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.volumet-nav-link {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: var(--type-nav-link-size);
  line-height: var(--type-nav-link-lh);
  color: var(--ink);
  text-decoration: none;
}

/* ============================================================
   Buttons — every CTA is rounded-pill.
   ============================================================ */
.volumet-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--type-button-size);
  line-height: var(--type-button-lh);
  border-radius: var(--radius-pill);
  padding: 12px 20px;
  height: 44px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background var(--duration-fast) var(--ease-out),
              color var(--duration-fast) var(--ease-out),
              border-color var(--duration-fast) var(--ease-out),
              transform 120ms var(--ease-out);
  text-decoration: none;
  white-space: nowrap;
}
/* Press feedback — every pressable pill confirms the tap (120ms, ease-out).
   Subtle scale (0.97) so font + icons compress with the pill. */
.volumet-btn:active { transform: scale(0.97); }
/* Text-only and disabled buttons should not scale: a zero-padding link or a
   dead control compressing reads as broken, not responsive. */
.volumet-btn--tertiary-text:active,
.volumet-btn[disabled]:active,
.volumet-btn.is-disabled:active { transform: none; }
.volumet-btn--primary {
  background: var(--primary);
  color: var(--on-primary);
}
.volumet-btn--primary:active { background: var(--primary-active); }
.volumet-btn--primary[disabled],
.volumet-btn--primary.is-disabled {
  background: var(--primary-disabled);
  cursor: not-allowed;
}
.volumet-btn--secondary-light {
  background: var(--surface-strong);
  color: var(--ink);
}
.volumet-btn--secondary-dark {
  background: var(--surface-dark-elevated);
  color: var(--on-dark);
}
.volumet-btn--outline-on-dark {
  background: transparent;
  color: var(--on-dark);
  border: 1px solid var(--on-dark);
}
.volumet-btn--tertiary-text {
  background: transparent;
  color: var(--primary);
  padding: 0;
  height: auto;
  border-radius: 0;
}
.volumet-btn--lg {
  /* Large hero CTA — "Request a rental" pill */
  height: 56px;
  padding: 16px 32px;
}

/* ============================================================
   Cards
   ============================================================ */
.volumet-card {
  background: var(--canvas);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
}
.volumet-card--dark {
  background: var(--surface-dark-elevated);
  color: var(--on-dark);
  border: none;
}
.volumet-card--hover {
  transition: box-shadow var(--duration-fast) var(--ease-out),
              transform var(--duration-fast) var(--ease-out);
}
/* Lift toward the cursor — shadow alone reads flat. Gate behind real hover so
   touch taps don't trigger a phantom raise. */
@media (hover: hover) and (pointer: fine) {
  .volumet-card--hover:hover {
    box-shadow: var(--shadow-soft);
    transform: translateY(-2px);
  }
}

/* ============================================================
   Use-case glyph plate — BIM, point cloud, 3DGS, digital twin…
   ============================================================ */
.volumet-glyph-plate {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-full);
  background: var(--surface-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
}

/* ============================================================
   Inputs
   ============================================================ */
.volumet-input {
  width: 100%;
  height: 48px;
  padding: 14px 16px;
  background: var(--canvas);
  color: var(--ink);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-md);
  font-family: var(--font-sans);
  font-size: var(--type-body-md-size);
  outline: none;
  transition: border-color var(--duration-fast) var(--ease-out),
              border-width var(--duration-fast) var(--ease-out);
  box-sizing: border-box;
}
.volumet-input:focus {
  border: 2px solid var(--primary);
  padding: 13px 15px; /* compensate so size doesn't jump */
}
.volumet-search-pill {
  height: 44px;
  padding: 12px 20px;
  background: var(--surface-strong);
  border: none;
  border-radius: var(--radius-pill);
}

/* ============================================================
   Badge pill
   ============================================================ */
.volumet-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  background: var(--surface-strong);
  color: var(--ink);
  border-radius: var(--radius-pill);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--type-caption-strong-size);
  letter-spacing: var(--type-caption-strong-tracking);
  text-transform: uppercase;
}

/* ============================================================
   Status cells — availability / rental state (text color only)
   ============================================================ */
.volumet-price-up   { color: var(--semantic-up); font-family: var(--font-mono); font-weight: 500; }
.volumet-price-down { color: var(--semantic-down); font-family: var(--font-mono); font-weight: 500; }

/* ============================================================
   Layout helpers
   ============================================================ */
.volumet-container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-lg);
}
.volumet-section {
  padding: var(--space-section) 0;
}
.volumet-section--dark {
  background: var(--surface-dark);
  color: var(--on-dark);
}
.volumet-section--soft {
  background: var(--surface-soft);
}

/* ============================================================
   Overline — section eyebrow above display headings.
   Volumet Blue passes contrast on white, so it reads directly.
   ============================================================ */
.volumet-overline {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--type-caption-strong-size);
  line-height: var(--type-caption-strong-lh);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}

/* ============================================================
   Stats — big numbers band. Values always in mono.
   ============================================================ */
.volumet-stat-value {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -1px;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.volumet-stat-label {
  font-family: var(--font-sans);
  font-size: var(--type-body-sm-size);
  line-height: var(--type-body-sm-lh);
  color: var(--muted);
  margin-top: var(--space-xs);
}

/* ============================================================
   Logo cloud — "trusted by" strip. Wordmarks set as gray text.
   ============================================================ */
.volumet-logo-cloud {
  display: flex;
  align-items: center;
  gap: var(--space-xxl);
  flex-wrap: wrap;
}
.volumet-logo-item {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.2px;
  color: var(--muted-soft);
  white-space: nowrap;
}

/* ============================================================
   Tabs — pill segmented control on a soft-gray track.
   ============================================================ */
.volumet-tabs {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  background: var(--surface-strong);
  border-radius: var(--radius-pill);
}
.volumet-tab {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: var(--type-body-sm-size);
  line-height: 1.2;
  color: var(--body);
  transition: background var(--duration-fast) var(--ease-out),
              color var(--duration-fast) var(--ease-out);
}
.volumet-tab.is-active {
  background: var(--canvas);
  color: var(--ink);
  font-weight: 600;
  box-shadow: var(--shadow-soft);
}

/* ============================================================
   Switch — state toggle (rental add-ons, settings).
   On-state is ink, not blue: blue is reserved for CTAs.
   ============================================================ */
.volumet-switch {
  appearance: none;
  -webkit-appearance: none;
  width: 44px;
  height: 24px;
  border-radius: var(--radius-pill);
  background: var(--surface-strong);
  border: 1px solid var(--hairline);
  cursor: pointer;
  position: relative;
  margin: 0;
  transition: background var(--duration-fast) var(--ease-out);
}
.volumet-switch::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: var(--radius-full);
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  transition: transform var(--duration-fast) var(--ease-out);
}
.volumet-switch:checked {
  background: var(--ink);
  border-color: var(--ink);
}
.volumet-switch:checked::after {
  transform: translateX(20px);
}

/* ============================================================
   Accordion — FAQ. Built on <details>/<summary>.
   ============================================================ */
.volumet-accordion {
  border-top: 1px solid var(--hairline);
}
.volumet-accordion details {
  border-bottom: 1px solid var(--hairline);
}
.volumet-accordion summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-lg);
  padding: var(--space-md) 0;
  cursor: pointer;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--type-title-md-size);
  line-height: var(--type-title-md-lh);
  color: var(--ink);
}
.volumet-accordion summary::-webkit-details-marker { display: none; }
.volumet-accordion summary svg {
  flex: 0 0 auto;
  transition: transform var(--duration-fast) var(--ease-out);
}
.volumet-accordion details[open] summary svg { transform: rotate(180deg); }
.volumet-accordion-body {
  padding: 0 0 var(--space-md);
  max-width: 640px;
}

/* ============================================================
   Alerts & announcement bar
   ============================================================ */
.volumet-alert {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
  padding: var(--space-base);
  background: var(--surface-soft);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-md);
  font-family: var(--font-sans);
  font-size: var(--type-body-sm-size);
  line-height: var(--type-body-sm-lh);
  color: var(--body);
}
.volumet-alert--dark {
  background: var(--surface-dark-elevated);
  border: none;
  color: var(--on-dark-soft);
}
.volumet-announce {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  min-height: 40px;
  padding: 8px var(--space-lg);
  background: var(--surface-dark);
  color: var(--on-dark);
  font-family: var(--font-sans);
  font-size: var(--type-caption-size);
  line-height: var(--type-caption-lh);
}
.volumet-announce a {
  color: #5C9DFF; /* lightened blue passes contrast on the dark canvas */
  font-weight: 500;
  text-decoration: none;
}
.volumet-announce a:hover { text-decoration: underline; }

/* ============================================================
   Table — spec / comparison tables on white.
   ============================================================ */
.volumet-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-sans);
}
.volumet-table th {
  text-align: left;
  padding: var(--space-sm) var(--space-base);
  font-size: var(--type-caption-strong-size);
  font-weight: 600;
  letter-spacing: var(--type-caption-strong-tracking);
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--hairline);
}
.volumet-table td {
  padding: var(--space-base);
  font-size: var(--type-body-sm-size);
  line-height: var(--type-body-sm-lh);
  color: var(--body);
  border-bottom: 1px solid var(--hairline-soft);
}
.volumet-table td:first-child {
  color: var(--ink);
  font-weight: 500;
}
.volumet-table td.spec-value {
  font-family: var(--font-mono);
  font-weight: 500;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

/* ============================================================
   Avatar — initials on a soft plate. Pairs with testimonials.
   ============================================================ */
.volumet-avatar {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  background: var(--surface-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 13px;
  color: var(--ink);
  flex: 0 0 40px;
}

/* ============================================================
   Step number — "how renting works" sequences. Mono digit.
   ============================================================ */
.volumet-step-num {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-full);
  background: var(--surface-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 14px;
  color: var(--ink);
  flex: 0 0 32px;
}

/* ============================================================
   Quote — editorial testimonial pull-quote, display weight 400.
   ============================================================ */
.volumet-quote {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--type-title-lg-size);
  line-height: 1.3;
  letter-spacing: var(--type-title-lg-tracking);
  color: var(--ink);
}

/* ============================================================
   Image placeholder — striped stand-in for real imagery.
   ============================================================ */
.volumet-img-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(45deg,
    var(--surface-soft) 0px, var(--surface-soft) 12px,
    var(--surface-strong) 12px, var(--surface-strong) 24px);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-xl);
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
  overflow: hidden;
}

/* ============================================================
   Input group — pill email-capture (input + CTA in one pill).
   ============================================================ */
.volumet-input-group {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  padding: 4px 4px 4px var(--space-md);
  background: var(--canvas);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-pill);
}
.volumet-input-group input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  height: 40px;
  min-width: 0;
  font-family: var(--font-sans);
  font-size: var(--type-body-md-size);
  color: var(--ink);
}
.volumet-input-group input::placeholder { color: var(--muted-soft); }

/* Sensible page defaults when this file is loaded standalone */
body.volumet-page {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--type-body-md-size);
  line-height: var(--type-body-md-lh);
  -webkit-font-smoothing: antialiased;
}
