@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/ibm-plex-sans/IBMPlexSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('../fonts/ibm-plex-sans/IBMPlexSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --sm-accent: #c6f135;
  --sm-navy: #111111;
  --sm-olive: #1f211c;
  --sm-white: #ffffff;
  --sm-surface: #f4f4f1;
  --sm-text: #111111;
  --sm-muted: #6b6b64;
  --sm-border: rgba(17, 17, 17, 0.1);
  --sm-radius: 12px;
  --sm-radius-lg: 28px;
  --sm-radius-sheet: 100px;
  --sm-header-h: 88px;
  --sm-container: 1240px;
  --sm-gutter: 28px;
  --sm-section: 96px;
  --sm-font: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
  --sm-shadow: 0 18px 40px rgba(17, 17, 17, 0.1);
  --sm-transition: 0.22s ease;
}

@media (max-width: 768px) {
  :root {
    --sm-gutter: 18px;
    --sm-section: 64px;
    --sm-header-h: 72px;
    --sm-radius-sheet: 36px;
  }
}
