  :root {
    --background: 0 0% 100%;
    --foreground: 222.2 84% 4.9%;
 
    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;
 
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;
 
    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;
 
    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --primary: 267 100% 15%;
    --primary-foreground: 210 40% 98%;
 
    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;
 
--accent: 210 10% 80%;
--accent-foreground: 222.2 47.4% 11.2%;
    
    --primary: 267 100% 15%;
    --primary-foreground: 210 40% 98%;
 
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;
 
    --ring: 215 20.2% 65.1%;
 
    --radius: 0.5em;
    
     --container-p-default: 5px;
      --container-p-sm: 5px;
      --container-p-lg: 5px;
      --container-p-xl: 25px;
      --container-p-2xl: 25px;
    
      --container-mw-sm: ;
      --container-mw-md: 715px;
      --container-mw-lg: 992px;
      --container-mw-xl: 1145px;

      --spacing: 0.5em
  }
 