/* Generated from Theme Settings — do not edit by hand. */
:root {
  --color-white: #ffffff;
  --color-foundation-blue: #004263;
  --color-slate-navy: #103a57;
  --color-midnight-navy: #002338;
  --color-footer-navy: #003048;
  --color-vibrant-magenta: #ca298c;
  --color-heart-pink: #f52ca8;
  --color-carolina-blue: #4b9cd3;
  --color-sky-cyan: #5fd7ed;
  --color-ice-blue: #e4f4ff;
  --color-mid-gray: #656565;
  --color-pale-gray: #ededed;
  --color-powder-blue: #cde6f7;
}
:root {
  --space-default: 60px;
  --space-none: 0;
  --space-sm: 30px;
  --space-md: 60px;
  --space-lg: 120px;
  --space-xl: 180px;
}
:root {
  --gap-default: 30px;
  --gap-none: 0;
  --gap-sm: 15px;
  --gap-md: 30px;
  --gap-lg: 60px;
  --gap-xl: 90px;
}
:root {
  --width-default: 100%;
  --width-full: 100%;
  --width-wide: 1920px;
  --width-container: 1600px;
}
:root {
  --img-corners: 5px;
  --card-corners: 5px;
  --card-border: 1px;
}
