@layer base {
  /* Enter rgb colors without commas */
  :root {
    --color-primary-dark: 21 51 91;

    --color-primary-light: 80 102 132;

    --color-secondary: 146 196 30;

    --color-theme-light: 255 255 255;

    --color-theme-dark: 0 0 0;
  }
}
