/* nanum-gothic-latin-400-normal*/
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    local('NanumGothic'), 
    url('./files/nanum-gothic-latin-400-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./files/nanum-gothic-latin-400-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nanum-gothic-latin-700-normal*/
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    local('NanumGothic Bold'),
    local('NanumGothic-Bold'), 
    url('./files/nanum-gothic-latin-700-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./files/nanum-gothic-latin-700-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* nanum-gothic-latin-800-normal*/
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src:
    local('NanumGothic ExtraBold'),
    local('NanumGothic-ExtraBold'), 
    url('./files/nanum-gothic-latin-800-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./files/nanum-gothic-latin-800-normal.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
