:root {
  --theme-color-primary: rgb(50, 75, 201);
  --theme-color-primary-r: 50;
  --theme-color-primary-g: 75;
  --theme-color-primary-b: 201;
  --theme-color-primary-hex: #324bc9;
  --theme-color-primary-hsl: hsl(230.0662, 60.1594%, 49.2157%);
  --theme-color-primary-h: 230.0662;
  --theme-color-primary-s: 60.1594%;
  --theme-color-primary-l: 49.2157%;
  --theme-color-secondary: rgb(40, 60, 163);
  --theme-color-secondary-r: 40;
  --theme-color-secondary-g: 60;
  --theme-color-secondary-b: 163;
  --theme-color-secondary-hex: #283ca3;
  --theme-color-secondary-hsl: hsl(230.2439, 60.5911%, 39.8039%);
  --theme-color-secondary-h: 230.2439;
  --theme-color-secondary-s: 60.5911%;
  --theme-color-secondary-l: 39.8039%;
}
