/* stylelint-disable selector-class-pattern, custom-property-empty-line-before, shorthand-property-no-redundant-values, max-line-length, comment-empty-line-before, custom-property-pattern */

:root {
  --w153-th-color-1: #097cbf;
  --w153-th-color-1--alt1: #e7f5fe;
  --w153-th-color-1--alt2: #075f92;

  --w153-th-color-2: #1a2739;
  --w153-th-color-2--alt1: #eb6926;

  --w153-th-color-text-default: #021022;
  --w153-th-color-text-default--invert: #fff;

  --w153-th-color-border-default: #94a3b8;

  --w153-th-color-background-default: #fff;
  --w153-th-color-background-light: #e2e8f0;

  --w153-th-gradient-1: linear-gradient(18deg, rgb(26 39 57) 0%, transparent 100%);

  --w153-th-transition-default: all 0.2s ease-in-out;

  --w153-th-shadow-default: 0 0 20px 5px rgb(0 0 0 / 10%);

  --w153-th-spacing-2xs: 1rem;
  --w153-th-spacing-xs: 2rem;
  --w153-th-spacing-sm: 2rem;
  --w153-th-spacing-md: 2rem;
  --w153-th-spacing-lg: 3rem;
  --w153-th-spacing-xl: 3rem;
  --w153-th-spacing-2xl: 5rem;

  --w153-th-layout-width-sm: 60rem;
  --w153-th-layout-width-md: 75rem;

  --w153-th-border-radius-xs: 0.3rem;
  --w153-th-border-radius-md: 1rem;
  --w153-th-border-radius-2xl: 10rem;
}

@media (min-width: 700px) {
  :root {
    /* --w153-th-spacing-2xs: 1rem; */
    /* --w153-th-spacing-xs: 2rem; */
    --w153-th-spacing-sm: 2.5rem;
    --w153-th-spacing-md: 2.5rem;
    --w153-th-spacing-lg: 4rem;
    --w153-th-spacing-xl: 4.5rem;
    --w153-th-spacing-2xl: 6rem;
  }
}

@media (min-width: 1000px) {
  :root {
    /* --w153-th-spacing-2xs: 1rem; */
    /* --w153-th-spacing-xs: 2rem; */
    /* --w153-th-spacing-sm: 2.5rem; */
    --w153-th-spacing-md: 4rem;
    --w153-th-spacing-lg: 7rem;
    --w153-th-spacing-xl: 6rem;
    --w153-th-spacing-2xl: 8rem;
  }
}

@media (min-width: 1200px) {
  :root {
    /* --w153-th-spacing-2xs: 1rem; */
    /* --w153-th-spacing-xs: 2rem; */
    /* --w153-th-spacing-sm: 2.5rem; */
    /* --w153-th-spacing-md: 4rem; */
    /* --w153-th-spacing-lg: 7rem; */
    --w153-th-spacing-xl: 10rem;
    --w153-th-spacing-2xl: 12rem;
  }
}
