:root {
  --bc-font-stack: "Montserrat", "sans-serif";
  --bc-font-stack-poppins: "Poppins", "Montserrat", "sans-serif";
  --bc-font-stack-montserrat: "Montserrat", "Poppins", "sans-serif";
  --bc-font-stack-primary: "Poppins", "sans-serif";
  --bc-font-stack-secondary: "Montserrat", "sans-serif";
  --bc-fontSize-xxs: 10px;
  --bc-fontSize-xs: 12px;
  --bc-fontSize-sm: 16px;
  --bc-fontSize-md: 18px;
  --bc-fontSize-lg: 22px;
  --bc-fontSize-xl: 26px;
  --bc-fontSize-xxl: 32px;
  --bc-fontWeight-light: 100;
  --bc-fontWeight-regular: 300;
  --bc-fontWeight-normal: 400;
  --bc-fontWeight-medium: 500;
  --bc-fontWeight-semibold: 600;
  --bc-fontWeight-bold: 700;
  --bc-fontWeight-extraBold: 800;
  --bc-fontWeight-black: 900;
  --bc-lineHeight-xs: 18px;
  --bc-lineHeight-sm: 22px;
  --bc-lineHeight-md: 28px;
  --bc-radius: 0.5rem;
  --bc-fontSize-header-1: 2.5rem;
  --bc-fontSize-header-2: 2rem;
  --bc-fontSize-header-2_5: 1.75rem;
  --bc-fontSize-header-3: 1.5rem;
  --bc-fontSize-header-4: 1.25rem;
  --bc-fontSize-body-1: 1.125rem;
  --bc-fontSize-body-2: 1rem;
  --bc-fontSize-body-3: 0.875rem;
  --bc-fontSize-body-4: 0.75rem;
  --bc-fontSize-body-5: 0.625rem;
  --bc-lineHeight-header-1: 3rem;
  --bc-lineHeight-header-2: 2.5rem;
  --bc-lineHeight-header-3: 2rem;
  --bc-lineHeight-header-4: 1.75rem;
  --bc-lineHeight-body-1: 1.625rem;
  --bc-lineHeight-body-2: 1.5rem;
  --bc-lineHeight-body-3: 1.375rem;
  --bc-lineHeight-body-4: 1.25rem;
  --bc-lineHeight-body-5: 1.125rem;
}
@media (max-width: 767px) {
  :root {
    --bc-fontSize-header-1: 2.25rem;
    --bc-fontSize-header-2: 1.75rem;
    --bc-fontSize-header-2_5: 1.5rem;
    --bc-fontSize-header-3: 1.25rem;
    --bc-fontSize-header-4: 1.125rem;
    --bc-fontSize-body-1: 1rem;
    --bc-fontSize-body-2: 0.875rem;
    --bc-fontSize-body-3: 0.75rem;
    --bc-fontSize-body-4: 0.625rem;
    --bc-fontSize-body-5: 0.5rem;
    --bc-lineHeight-header-1: 2.75rem;
    --bc-lineHeight-header-2: 2.25rem;
    --bc-lineHeight-header-3: 1.75rem;
    --bc-lineHeight-header-4: 1.625rem;
    --bc-lineHeight-body-1: 1.5rem;
    --bc-lineHeight-body-2: 1.375rem;
    --bc-lineHeight-body-3: 1.25rem;
    --bc-lineHeight-body-4: 1.125rem;
    --bc-lineHeight-body-5: 1rem;
  }
}

/*# sourceMappingURL=constants.css.map */
