@charset "utf-8";

/* 전역적으로 사용될 변수 스타일을 작성합니다. */
:root {
  --main-color: #0168b7;
  --sub-color1: #58a6e2;
  --sub-color2: #1ba9d4;
  --cubic-pop1: cubic-bezier(.85,.14,.29,.99);
  --cubic-pop2: cubic-bezier(.71,.45,.36,1.31);
  --cubic-pop3: cubic-bezier(.85,.14,.29,.99);
  --font-main: "Pretendard", "맑은 고딕", sans-serif;
  --font-sub1: "Poppins", "Pretendard", "맑은 고딕", sans-serif;
  --font-sub2: "Lato", "Pretendard", "맑은 고딕", sans-serif;
}