    :root {
      --background: 202 68% 99%;
      --foreground: 202 57% 3%;
      --muted: 322 20% 87%;
      --muted-foreground: 322 6% 28%;
      --popover: 202 68% 99%;
      --popover-foreground: 202 57% 3%;
      --card: 202 68% 99%;
      --card-foreground: 202 57% 3%;
      --border: 202 15% 90%;
      --input: 202 15% 90%;
      --primary: 202 95% 46%;
      --primary-foreground: 0 0% 100%;
      --secondary: 322 95% 46%;
      --secondary-foreground: 0 0% 100%;
      --accent: 203.77 100% 78.29%;
      --accent-foreground: 82 95% 6%;
      --destructive: 10 85% 37%;
      --destructive-foreground: 10 85% 97%;
      --ring: 202 100% 50%;
      --radius: 0.5rem;
      
       --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: 1245px;
  --container-mw-2xl: 1645px;
    }
 
