@charset "utf-8";

@font-face {
 font-family: 'NotoSansKR';
 font-weight: 400;
 src: url(../fonts/NotoSansKR/NotoSansKR-Regular.eot);
 src: url(../fonts/NotoSansKR/NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NotoSansKR/NotoSansKR-Regular.woff) format('woff'),
      url(../fonts/NotoSansKR/NotoSansKR-Regular.ttf) format('truetype');
}
@font-face {
      font-family: 'NotoSansKR';
      font-weight: 500;
      src: url(../fonts/NotoSansKR/NotoSansKR-Medium.ttf) format('truetype');
     }
@font-face {
 font-family: 'NotoSansKR';
 font-weight: 600;
 src: url(../fonts/NotoSansKR/NotoSansKR-Bold.eot);
 src: url(../fonts/NotoSansKR/NotoSansKR-Bold.eot?#iefix) format('embedded-opentype'),
      url(../fonts/NotoSansKR/NotoSansKR-Bold.woff) format('woff'),
      url(../fonts/NotoSansKR/NotoSansKR-Bold.ttf) format('truetype');
}

:root {
      --thm-font: 'NotoSansKR', sans-serif;
      --thm-gray: #818891;
      --thm-gray-rgb: 129, 136, 145;
      --thm-primary: #eff7f8;
      --thm-primary-rgb: 239, 247, 248;
      --thm-black: #191825;
      --thm-black-rgb: 25, 24, 37;
      --thm-bg: #071422;
      --thm-bg-rgb: 7, 20, 34;
  }