@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

a {
  text-decoration:none;
  color:inherit;
  display:block;
}

button {
  background:transparent;
  border:none;
  cursor:pointer;
}

ul,ol,li {
  list-style:none;
}

img,video,iframe {
  max-width:100%;
}

body {
  font-family:Pretendard, sans-serif;
  font-weight:400;
  color:var(--gray-900);
}

:root {
  --pri-50:#E5EFF7;
  --pri-100:#CCDFEF;
  --pri-200:#B2CFE7;
  --pri-300:#99BFDF;
  --pri-400:#80AFD7;
  --pri-500:#66A0CF;
  --pri-600:#4D90C7;
  --pri-700:#3380BF;
  --pri-800:#1A70B7;
  --pri-900:#0060AF;

  --point-50:#FEF0E9;
  --point-100:#FCE0D3;
  --point-200:#FBD1BD;
  --point-300:#FAC1A7;
  --point-400:#F9B290;
  --point-500:#F7A37A;
  --point-600:#F69364;
  --point-700:#F5844E;
  --point-800:#F37438;
  --point-900:#F26522;

  --gray-50:#CCCCCC;
  --gray-100:#D4D4D4;
  --gray-200:#BFBFBF;
  --gray-300:#AAAAAA;
  --gray-400:#949494;
  --gray-500:#7F7F7F;
  --gray-600:#6A6A6A;
  --gray-700:#555555;
  --gray-800:#3F3F3F;
  --gray-900:#2A2A2A;
}

