@charset "utf-8";
/* @import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css"); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@font-face {
  font-family: 'MinSans';
  font-style: normal;
  font-weight: 100;
  /* src: local('MinSans-Thin'), local('MinSansThin'); */
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/MinSans-Thin.woff') format('woff');
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: 'MinSans';
  font-style: normal;
  font-weight: 300;
  /* src: local('MinSans-Light'), local('MinSansLight'); */
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/MinSans-Light.woff') format('woff');
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: 'MinSans';
  font-style: normal;
  font-weight: 400;
  /* src: local('MinSans-Regular'), local('MinSansRegular'); */
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/MinSans-Regular.woff') format('woff');
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: 'MinSans';
  font-style: normal;
  font-weight: 700;
  /* src: local('MinSans-Bold'), local('MinSansBold'); */
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/MinSans-Bold.woff') format('woff');
  unicode-range: U+AC00-D7A3;
}
@font-face {
  font-family: 'MinSans';
  font-style: normal;
  font-weight: 900;
  /* src: local('MinSans-Black'), local('MinSansBlack'); */
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/MinSans-Black.woff') format('woff');
  unicode-range: U+AC00-D7A3;
}
html,body {position: relative;font-family:'Montserrat', 'MinSans', sans-serif;font-size: 16px;font-weight: 400;line-height: 1.4;color:#555;word-break: keep-all;overflow: auto;}
button {font-family:'Montserrat', 'MinSans', sans-serif; color:#555;font-size: 16px;font-weight: 400;line-height: 1.4;word-break: keep-all;}
input {font-family: 'Montserrat', 'MinSans', sans-serif;font-size: 16px;font-weight: 400;line-height: 1.4;-webkit-appearance: none;-webkit-border-radius:0;word-break: keep-all;}
label, select {font-family: 'Montserrat', 'MinSans', sans-serif;font-size: 16px;font-weight: 400;line-height: 1.4;word-break: keep-all;}
textarea {font-family: 'Montserrat', 'MinSans', sans-serif;font-size: 16px;font-weight: 400;line-height: 1.4;-webkit-appearance: none;word-break: keep-all;}
h1,h2,h3,h4,h5,h6,p,span,em,b{line-height: 1.4;word-break: keep-all;}
*::placeholder{color:#999;}
*::selection{background:rgba(0,0,0,1);color:#fff;}
