/**
 * Do not edit directly
 * Generated on Wed, 22 May 2024 02:35:36 GMT
 */

:root {
  --135: 135%;
  --140: 140%;
  --150: 150%;
  --400: 400;
  --500: 500;
  --600: 600;
  --700: 700;
  --gray-light-1: #f7f7f7;
  --gray-light-2: #f0f0f0;
  --gray-cool-1: #D9D9D6;
  --gray-cool-2: #D0D0CE;
  --gray-cool-3: #C8C9C7;
  --gray-cool-4: #B7B8B9;
  --gray-cool-5: #8C8C8C;
  --gray-cool-6: #6C6C6C;
  --blue-0: #D7E6EB;
  --blue-1: #AFCDD7;
  --blue-2: #89B2C4;
  --blue-3: #779FB5;
  --blue-4: #659AB1;
  --blue-5: #4986A0;
  --green-1: #BFCC80;
  --green-2: #AEB862;
  --green-3: #A0AB4D;
  --green-4: #8F993E;
  --green-5: #76881D;
  --red-red: #FE5000;
  --red-system: #FF4D4D;
  --naver: #31C45F;

  --h1-font-size: 38px;
  --h1-line-height: 1.4;
  --h2-font-size: 24px;
  --h2-line-height: 1.4;
  --h3-font-size: 18px;
  --h3-line-height: 1.35;
  --body-font-size: 15px;
  --body-line-height: 1.6;
  --caption-font-size: 13px;
  --caption-line-height: 1.5;

  --regola: 'FT Regola Neue';
  --pretendard: 'Pretendard';
  --white: #fff;
  --black: #000;
}

@media (max-width: 767px){
  :root{
      --h1-font-size: 22px;
      --h1-line-height: 1.4;
      --h2-font-size: 20px;
      --h2-line-height: 1.4;
      --h3-font-size: 16px;
      --h3-line-height: 1.4;
      --body-font-size: 14px;
      --body-line-height: 1.6;
  }
}