/*
  Design tokens, extracted from computed styles on the source site
  (sorbet-agency.wixstudio.com/ornayariv), 02.09.2026.
  Every value below was read directly via getComputedStyle on the live
  source page, not estimated from a screenshot. Where the same hex value
  was found reused across multiple source elements, that is noted, since
  it confirms the value is a real palette color rather than a one-off.
*/
:root {
  /* Backgrounds */
  --src-bg-light: #eef1ef;   /* main light section bg (hero, about) */
  --src-bg-dark: #283040;    /* dark navy section bg ("למי זה מתאים") */
  --src-bg-slate: #4a5c5f;   /* dark slate-teal section bg ("תחומי מומחיות"), also pill-card 3 */

  /* Accent colors, each confirmed reused in 2+ places on the source */
  --src-teal: #93b7be;       /* hero photo accent rectangle, also pill-card 1 */
  --src-yellow: #fff4c0;     /* header contact pill, hero decorative blob, also pill-card 6 */
  --src-blue: #c5dadf;       /* hero CTA button, also pill-card 4 */
  --src-indigo: #576ea1;     /* contact form submit button, also pill-card 5 */
  --src-lavender: #d0dfff;   /* pill-card 2 (only one sample, single use) */
  --src-olive: #618741;      /* heading color, "מה קורה בהרצאה" steps section */

  /* Text */
  --src-navy: #1c1f30;       /* primary heading/body text color on light backgrounds */
  --src-cream: #f2eae7;      /* body text color on dark backgrounds */
  --src-black: #000000;      /* hero name heading */
  --src-white: #ffffff;      /* headings on dark backgrounds */
}
