/* ============ VARIABLES CSS ============= */
:root {
    --primary-foreground: #fdb000;
    --secondary-foreground: #ffdb4d;
    --text-foreground: #374151;
    --primary-background: #fef3c7;
    --primary-background-hover: #fdb000;
    --primary-background-active: #fdb000;
  }