:root {
  --color-primary: #ffc107;
  --color-primary-light: #ffd862;
  --color-primary-hover: #e0a800;
  --color-primary-dark: #b28704;
  --color-primary-soft: #ffe082;
  --color-secondary: #022266;

  --btn-radius: 0px;
  --card-radius: 12px;
}
