:root {
  --section-padding-block: clamp(6.4rem, 7.229vw + 3.798rem, 11.2rem);
  --section-padding-inline: clamp(1.6rem, 5.882vw + -0.518rem, 4rem);

  --fs-title: clamp(3.125rem, 11.042vw + -0.85rem, 7.63rem);
  --fs-h1: clamp(2rem, 2.757vw + 1.007rem, 3.125rem);
  --fs-overline: clamp(1.28rem, 1.765vw + 0.645rem, 2rem);
  --fs-body: clamp(1.6rem, 0.98vw + 1.247rem, 2rem);
  --fs-annotation: clamp(1.28rem, 0.784vw + 0.998rem, 1.6rem);

  --lh-title: 110%;
  --lh-h1: 140%;
  --lh-overline: 130%;
  --lh-body: 140%;
  --lh-annotation: 140%;

  --trans-04:0.4s ease;
  
  --color-black: #000;
  --color-black-80: rgb(0 0 0 / 80%);
    --color-black-20: rgb(0 0 0 / 20%);
    --color-black-10: rgb(0 0 0 / 10%);
  --color-white: #fff;
  --color-white-65: rgb(255 255 255 / 65%);
  --color-white-65: color-mix(in srgb, var(--color-white) 65%, transparent);
  --color-bg-light:#EDEDED;

  --color-white-80: rgb(255 255 255 / 80%);
  --color-white-55: rgb(255 255 255 / 55%);
  --color-white-60: rgb(255 255 255 / 60%);



  --color-text: ;
  --color-text-dark: ;
  --color-text-light: ;
  --color-text-white: ;

  --color-header: ;
  --color-header-dark: ;
  --color-header-light: ;
  --color-header-white: ;



  
  --container-width-xs: ;
  --container-width-s: ;
  --container-width: 90rem;
  --container-width-l: ;
  --container-width-xl: ;

  
  --space-t64-m40: clamp(4rem, 5.882vw + 1.882rem, 6.4rem);
  --space-t48-m40: clamp(4rem, 1.961vw + 3.294rem, 4.8rem);
  --space-t24-m16: clamp(1.6rem, 1.961vw + 0.894rem, 2.4rem);
  --space-t16-m8: clamp(0.8rem, 1.961vw + 0.094rem, 1.6rem);


  --space-xxxs: ;
  --space-xxs: ;
  --space-xs: ;
  --space-s: ;
  --space-m: ;
  --space-l: ;
  --space-xl: ;
  --space-xxl: ;
  --space-xxxl: ;

  
  --space-xxxs-xxs: ;
  --space-xxs-xs: ;
  --space-xs-s: ;
  --space-s-m: ;
  --space-m-l: ;
  --space-l-xl: ;
  --space-xl-xxl: ;
  --space-xxl-xxxl: ;
  --space-xl-xxxl: ;


  
  --space-s-l: ;
  --space-m-xl: ;
  --space-l-xxl: ;


  --border-radius-m: 4px;
  --border-radius-l: 8px;
  --border-radius-xl: ;
  --border-radius-xxl: ;
  --transition-05: ;
  --transition-02: ;

  
  --grid-gutter: var(--space-s-l);
  --grid-gutter-m-xl: var(--space-m-xl);
  --grid-gutter-l-xxl: var(--space-l-xxl);
  --grid-gutter-xl-xxxl: var(--space-xl-xxxl);

  --grid-columns: 12;
  --grid-1: minmax(0, 1fr);
  --grid-2: repeat(2, minmax(0, 1fr));
  --grid-3: repeat(3, minmax(0, 1fr));
  --grid-4: repeat(4, minmax(0, 1fr));
  --grid-5: repeat(5, minmax(0, 1fr));
  --grid-6: repeat(6, minmax(0, 1fr));
}