:root {
  /* Colors — from Figma UI kit */
  --color-primary: #1f1f1f;
  --color-secondary: #ffffff;
  --color-accent: #8e52ec;
  --color-text-main: #2b2b2b;
  --color-text-muted: #9a9a9a;
  --color-bg-dark: #000000;

  /* Typography */
  --font-heading: "Unbounded", sans-serif;
  --font-body: "Mulish", sans-serif;

  --text-h1-size: 58px;
  --text-h1-weight: 500;
  --text-h1-line: 1;

  --text-h2-size: 48px;
  --text-h2-weight: 600;
  --text-h2-line: 48px;

  --text-h3-size: 36px;
  --text-h3-weight: 600;

  --text-nav-size: 20px;
  --text-nav-weight: 500;

  --text-body-size: 16px;
  --text-body-weight: 400;

  --text-button-size: 16px;
  --text-button-weight: 600;

  --text-stat-size: 50px;
  --text-stat-weight: 500;

  /* Layout */
  --container-width: 1920px;
  --content-padding: 240px;
  --header-height: 1082px;

  /* Spacing */
  --radius-button: 5px;
  --button-padding-x: 64px;
  --button-padding-y: 12px;
}
