/* Dominicana Tech Week — design tokens, auto-generated from DESIGN.md.
 * Drop in:  @import url("https://design-systems.venture.do/dominicana-techweek/tokens.css");
 * then use: color: var(--color-primary); font-family: var(--type-h1-family); etc. */
:root {
  /* colors */
  --color-primary: #15375f;
  --color-primary-pink: #ff2587;
  --color-ink: #000000;
  --color-background: #f0ebe0;
  --color-surface: #ffffff;
  --color-text: #000000;
  --color-text-muted: #555555;
  --color-on-primary: #ffffff;
  --color-border: #ddd5c6;
  --color-sky: #29b5f2;
  --color-sky-support: #5380d6;
  --color-green: #1ec760;
  --color-green-support: #a8e92f;
  --color-sponsor: #fdc845;
  --color-sponsor-support: #f8862e;
  --color-violet: #5d4fa6;
  --color-violet-support: #a487ea;
  --color-teal: #207f8e;
  /* radii */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 48px;
  /* typography */
  --type-h1-family: Outfit;
  --type-h1-size: 72px;
  --type-h1-weight: 800;
  --type-h1-spacing: 0.01em;
  --type-h1-transform: uppercase;
  --type-h2-family: Outfit;
  --type-h2-size: 48px;
  --type-h2-weight: 800;
  --type-h2-spacing: 0.01em;
  --type-h2-transform: uppercase;
  --type-h3-family: Outfit;
  --type-h3-size: 30px;
  --type-h3-weight: 700;
  --type-h3-transform: uppercase;
  --type-h4-family: Outfit;
  --type-h4-size: 20px;
  --type-h4-weight: 700;
  --type-h4-transform: uppercase;
  --type-body-md-family: Outfit;
  --type-body-md-size: 16px;
  --type-body-md-weight: 400;
  --type-body-sm-family: Outfit;
  --type-body-sm-size: 14px;
  --type-body-sm-weight: 400;
  --type-label-family: Outfit;
  --type-label-size: 12px;
  --type-label-weight: 700;
  --type-label-spacing: 0.08em;
  --type-label-transform: uppercase;
  --type-code-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --type-code-size: 14px;
  --type-code-weight: 400;
  /* logo */
  --logo-color: url("https://design-systems.venture.do/dominicana-techweek/assets/logo-color.png");
  --logo-negative: url("https://design-systems.venture.do/dominicana-techweek/assets/logo-negative.png");
  --logo-black: url("https://design-systems.venture.do/dominicana-techweek/assets/logo-black.png");
  --logo-white: url("https://design-systems.venture.do/dominicana-techweek/assets/logo-white.png");
}
