:root {
  --as-color-navy-950: #061826;
  --as-color-navy-900: #0a2438;
  --as-color-navy-800: #10334a;

  --as-color-signal-600: #109f96;
  --as-color-signal-500: #21c7b7;
  --as-color-signal-400: #43d8c9;
  --as-color-signal-100: #dcf8f5;

  --as-color-bg: #f4f9fc;
  --as-color-surface: #ffffff;
  --as-color-surface-soft: #edf5f8;

  --as-color-urgent-600: #d96a2b;
  --as-color-urgent-500: #f08a44;
  --as-color-urgent-100: #fff0e5;

  --as-color-text: #102a3a;
  --as-color-muted: #687d89;
  --as-color-border: #dbe7ed;

  --as-font-family-base: "IRANSansX", Tahoma, Arial, sans-serif;
  --as-font-weight-light: 200;
  --as-font-weight-regular: 400;
  --as-font-weight-semibold: 600;
  --as-font-weight-extrabold: 800;
  --as-line-height-heading: 1.45;
  --as-line-height-body: 1.9;
  --as-line-height-ui: 1.5;

  --as-font-size-xs: clamp(0.75rem, 0.72rem + 0.12vw, 0.8125rem);
  --as-font-size-sm: clamp(0.875rem, 0.84rem + 0.16vw, 0.9375rem);
  --as-font-size-base: clamp(1rem, 0.96rem + 0.18vw, 1.0625rem);
  --as-font-size-lg: clamp(1.125rem, 1.04rem + 0.35vw, 1.25rem);
  --as-font-size-xl: clamp(1.375rem, 1.18rem + 0.8vw, 1.75rem);
  --as-font-size-2xl: clamp(1.75rem, 1.4rem + 1.45vw, 2.5rem);
  --as-font-size-3xl: clamp(2.25rem, 1.7rem + 2.3vw, 3.5rem);
  --as-font-size-display: clamp(2.75rem, 1.9rem + 3.5vw, 5rem);

  --as-space-1: 0.25rem;
  --as-space-2: 0.5rem;
  --as-space-3: 0.75rem;
  --as-space-4: 1rem;
  --as-space-6: 1.5rem;
  --as-space-8: 2rem;
  --as-space-12: 3rem;
  --as-space-16: 4rem;
  --as-space-24: 6rem;
  --as-space-32: 8rem;

  --as-radius-sm: 0.5rem;
  --as-radius-md: 0.75rem;
  --as-radius-lg: 1.25rem;
  --as-radius-pill: 999px;

  --as-border-width: 1px;
  --as-focus-ring-width: 3px;
  --as-focus-ring-offset: 3px;
  --as-control-size-sm: 2.75rem;
  --as-control-size-md: 3rem;
  --as-control-size-lg: 3.5rem;
  --as-layout-grid-min: 16rem;
  --as-opacity-pressed: 0.78;
  --as-opacity-disabled: 0.55;

  --as-shadow-sm: 0 0.25rem 1rem rgb(6 24 38 / 6%);
  --as-shadow-md: 0 1rem 3rem rgb(6 24 38 / 9%);
  --as-shadow-lg: 0 2rem 5rem rgb(6 24 38 / 16%);

  --as-container-sm: 45rem;
  --as-container-md: 60rem;
  --as-container-lg: 75rem;
  --as-container-wide: 90rem;
  --as-container-gutter: clamp(1rem, 4vw, 2rem);
  --as-section-space: clamp(3rem, 8vw, 6rem);
  --as-section-space-compact: clamp(2rem, 5vw, 4rem);

  --as-z-base: 0;
  --as-z-raised: 10;
  --as-z-sticky: 100;
  --as-z-overlay: 1000;
  --as-z-contact: 1050;
  --as-z-modal: 1100;
  --as-z-menu: 1150;
  --as-z-header: 1200;

  --as-motion-duration-press: 120ms;
  --as-motion-duration-exit: 125ms;
  --as-motion-duration-enter: 325ms;
  --as-motion-duration-cycle: 450ms;
  --as-motion-duration-processing: 400ms;
  --as-motion-duration-state: 160ms;
  --as-motion-ease-exit: cubic-bezier(0.4, 0, 1, 1);
  --as-motion-ease-enter: cubic-bezier(0, 0, 0.2, 1);
  --as-motion-ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --as-component-icon-size: 2.75rem;
  --as-component-media-ratio: 4 / 3;
  --as-component-card-lift: -0.25rem;
  --as-component-card-border-hover: color-mix(in srgb, var(--as-color-signal-600) 42%, var(--as-color-border));
  --as-component-card-shadow-hover: 0 1.5rem 4rem rgb(6 24 38 / 13%);
  --as-component-control-border-focus: var(--as-color-signal-600);
  --as-component-focus-shadow: 0 0 0 0.25rem rgb(67 216 201 / 24%);
}
