:root {
  --lighest-gray: oklch(0.9124 0.015 251.16);
  --light-gray: oklch(0.5535 0.0281 252.06);
  --white: oklch(0.9732 0.013053 251.5574);

  --widthMaxJobBoard: min(800px, 90dvi);

  --colorAppBackground: var(--lighest-gray);
  --colorNeutral000: var(--lighest-gray);
  --colorNeutral100: var(--white);
  --colorNeutral200: var(--light-gray);
  --colorNeutral300: var(--light-gray);
  --colorNeutralShadow: transparent;
  --colorPrimaryShadow: transparent;

  --borderRadiusControl: 4px;
}
