@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-variable.woff2") format("woff2");
}

:root {
  --color-paper: #ffffff;
  --color-paper-raised: #ffffff;
  --color-paper-soft: #fafafa;
  --color-paper-warm: #f5f4f0;
  --color-paper-cool: #f3f4f6;
  --color-ink: #0a0a0a;
  --color-ink-hover: #242424;
  --color-ink-soft: #4b5563;
  --color-muted: #8b95a5;
  --color-rule: #e5e7eb;
  --color-rule-strong: #d1d5db;
  --color-accent: #1ab499;
  --color-accent-hover: #148c78;
  --color-accent-soft: #e8f8f5;
  --color-accent-ink: #ffffff;
  --color-flow: #1ab499;
  --color-flow-soft: #c9eee8;
  --color-amber: #d39942;
  --color-amber-soft: #fbf2e4;
  --color-latvenergo-blue: oklch(45.22% 0.1427 253.73);
  --color-latvenergo-green: oklch(76.04% 0.1741 129.85);
  --color-focus: oklch(48% 0.15 255);
  --color-error: oklch(46% 0.15 28);
  --color-error-soft: oklch(94% 0.035 28);
  --color-success: #0f766e;
  --color-success-soft: #e8f8f5;
  --color-shadow: rgb(10 10 10 / 0.08);
  --color-transparent: transparent;

  --font-display: "Manrope", sans-serif;
  --font-body: "Manrope", sans-serif;

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 7rem;
  --space-5xl: 10rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-body: 1rem;
  --text-lede: clamp(1.125rem, 1.4vw, 1.375rem);
  --text-h3: clamp(1.25rem, 1.8vw, 1.625rem);
  --text-h2: clamp(2.2rem, 4vw, 3.6rem);
  --text-display: clamp(3rem, 6.2vw, 5.4rem);

  --radius-sm: 0.375rem;
  --radius-md: 0.25rem;
  --radius-lg: 0.5rem;
  --rule-thin: 1px;
  --rule-strong: 2px;
  --control-height: 3.25rem;

  --dur-fast: 160ms;
  --dur-base: 240ms;
  --dur-flow-a: 22s;
  --dur-flow-b: 28s;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}
