:root {
  --primary-color: #1e3a8a;
  --secondary-color: #f59e0b;
  --color-primary: #1e3a8a;
  --color-secondary: #f59e0b;
  --theme-primary: #1e3a8a;
  --theme-secondary: #f59e0b;
  --primary: 224 64% 33%;
  --secondary: 38 92% 50%;
  --primary-rgb: 30, 58, 138;
  --secondary-rgb: 245, 158, 11;
}