:root {
  --color-primary: var(--primary);
  --color-secondary: var(--secondary, black);
  --color-on-primary: white;
  --color-on-secondary: white;
  --header-height: 125px;
  --bleed-under-header: 1;
  --uses-fixed-header: 1;
  --adjust-header-padding: 0px;
}

@media (width > 1024px) {
  :root {
    --header-height: 150px;
  }
}

.template-ascend {
  /** This site scales the font rem size to 62.5% */
  font-size:16px;
  --spacing: 4px !important;
  --text-xs: 12px !important;
  --text-xs--line-height: 16px !important;
  --text-sm: 14px !important;
  --text-sm--line-height: 20px !important;
  --text-base: 16px !important;
  --text-base--line-height: 24px !important;
  --text-lg: 18px !important;
  --text-lg--line-height: 28px !important;
  --text-xl: 20px !important;
  --text-xl--line-height: 28px !important;
  --text-2xl: 24px !important;
  --text-2xl--line-height: 32px !important;
  --text-3xl: 30px !important;
  --text-3xl--line-height: 36px !important;
  --text-4xl: 36px !important;
  --text-4xl--line-height: 40px !important;
  --text-5xl: 48px !important;
  --text-5xl--line-height: 1 !important;
  --text-6xl: 60px !important;
  --text-6xl--line-height: 1 !important;
  --text-7xl: 72px !important;
  --text-7xl--line-height: 1 !important;
  --text-8xl: 96px !important;
  --text-8xl--line-height: 1 !important;
  --text-9xl: 128px !important;
  --text-9xl--line-height: 1 !important;
  --radius-xs: 2px !important;
  --radius-sm: 4px !important;
  --radius-md: 6px !important;
  --radius-lg: 8px !important;
  --radius-xl: 12px !important;
  --radius-2xl: 16px !important;
  --radius-3xl: 24px !important;
  --container-3xs: 256px !important;
  --container-2xs: 288px !important;
  --container-xs: 320px !important;
  --container-sm: 384px !important;
  --container-md: 448px !important;
  --container-lg: 512px !important;
  --container-xl: 576px !important;
  --container-2xl: 672px !important;
  --container-3xl: 768px !important;
  --container-4xl: 896px !important;
  --container-5xl: 1024px !important;
  --container-6xl: 1152px !important;
  --container-7xl: 1280px !important;
}