:root {
      --background: 23 38% 99%;
      --foreground: 23 68% 1%;
      --muted: 23 6% 91%;
      --muted-foreground: 23 2% 31%;
      --popover: 23 38% 99%;
      --popover-foreground: 23 68% 1%;
      --card: 23 38% 99%;
      --card-foreground: 23 68% 1%;
      --border: 23 2% 94%;
      --input: 23 2% 94%;
      --primary: 213 40% 22%;
      --primary-foreground: 0 0% 100%;
      --secondary: 23 8% 91%;
      --secondary-foreground: 23 8% 31%;
      --accent: 23 17% 86%;
      --accent-foreground: 23 17% 26%;
      --destructive: 18 94% 27%;
      --destructive-foreground: 18 94% 87%;
      --ring: 23 97% 46%;
      --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: 1645px;
  --container-mw-2xl: 1145px;
    }