/* Generated by the secured website administration. */
:root {
  --font-heading: "Inter", sans-serif;
  --font-body: "Inter", sans-serif;
  --size-display: 70px;
  --size-h1: 70px;
  --size-h2: 60px;
  --size-h3: 40px;
  --size-body: 16px;
  --font-weight-h1: 700;
  --font-weight-h2: 600;
  --font-weight-h3: 500;
  --heading-line-height: 1.02;
  --body-line-height: 1.58;
  --heading-letter-spacing: -.045em;
  --section-space: 108px;
  --section-space-tight: 68px;
  --container: 1280px;
  --container-gutter: 72px;
  --layout-gap: 18px;
  --card-padding: 36px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --header-h: 84px;
}
:root[data-theme="dark"] {
  --bg: #070b13; --bg-elevated: #0d1421; --surface: #111b2b; --surface-2: #172338; --surface-3: #1e2d45;
  --text: #f4f7fb; --text-strong: #ffffff; --muted: #abb7c8; --muted-strong: #d3dbe6;
  --accent: #161de3; --accent-strong: #304fe8; --accent-soft: #1160df; --line: rgba(221,231,244,.16);
}
:root[data-theme="light"] {
  --bg: #f4f5f7; --bg-elevated: #ffffff; --surface: #ffffff; --surface-2: #edf0f5; --surface-3: #e3e8ef;
  --text: #172033; --text-strong: #08101f; --muted: #5c687a; --muted-strong: #344054;
  --accent: #161de3; --accent-strong: #304fe8; --accent-soft: #1160df; --line: rgba(26,38,58,.14);
}
