/* 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: #a78f6a;
  --w153-th-color-1--alt1: #544338;
  --w153-th-color-1--alt2: #ece7df;
  --w153-th-color-1--alt3: #f6f3ef;

  --w153-th-color-2: #ffd900;
  --w153-th-color-3: #d14a18;

  --w153-th-color-white: #fff;
  --w153-th-color-white--transparent: rgb(255 255 255 / 90%);
  --w153-th-color-white--transparent-1: rgb(255 255 255 / 80%);
  --w153-th-color-black: #000;

  --w153-th-color-text-default: var(--w153-th-color-1--alt1);
  --w153-th-color-text-default--invert: var(--w153-th-color-white);

  --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-p: 1.3rem;

  --w153-th-spacing-2xs: 1.3rem;
  --w153-th-spacing-xs: 1.6rem;
  --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: 67rem;

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

  --w153-th-font-weight-normal: 400;
  --w153-th-font-weight-bold: 600;
}

@media (min-width: 700px) {
  :root {
    --w153-th-spacing-p: 1.6rem;

    /* --w153-th-spacing-2xs: 1.3rem; */
    /* --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: 1.3rem; */
    /* --w153-th-spacing-xs: 2rem; */
    /* --w153-th-spacing-sm: 2.5rem; */
    --w153-th-spacing-md: 3rem;
    --w153-th-spacing-lg: 7rem;
    --w153-th-spacing-xl: 6rem;
    --w153-th-spacing-2xl: 8rem;
  }
}

@media (min-width: 1200px) {
  :root {
    /* --w153-th-spacing-2xs: 1.3rem; */
    /* --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;
  }
}
