/* Montserrat KR css*/

/* thin*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('./Montserrat-Thin.otf') format('opentype');
}

/*ExtraLight*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('./Montserrat-ExtraLight.otf') format('opentype');
}

/*Light*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('./Montserrat-Light.otf') format('opentype');
}

/*regular*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('./Montserrat-Regular.otf') format('opentype');
}

/*medium*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('./Montserrat-Medium.otf') format('opentype');
}

/*semibold*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('./Montserrat-SemiBold.otf') format('opentype');
}

/*bold*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('./Montserrat-Bold.otf') format('opentype');
}

/*extrabold*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('./Montserrat-ExtraBold.otf') format('opentype');
}

/*black*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('./Montserrat-Black.otf') format('opentype');
}
