@charset "utf-8";
/* import */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
/* 
 * font CSS Document
*/

/* @font-face {
    font-family: 'Uridaum';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/WooridaumL.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Uridaum';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/WooridaumR.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Uridaum';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/WooridaumB.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
} */

@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Wooridaum/Wooridaum.css');

@font-face {
    font-family: 'Wooridaum';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Wooridaum/Wooridaum-Light.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Wooridaum/Wooridaum-Light.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Wooridaum/Wooridaum-Light.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Wooridaum/Wooridaum-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Wooridaum';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Wooridaum/Wooridaum-Regular.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Wooridaum/Wooridaum-Regular.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Wooridaum/Wooridaum-Regular.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Wooridaum/Wooridaum-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Wooridaum';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Wooridaum/Wooridaum-Bold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Wooridaum/Wooridaum-Bold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Wooridaum/Wooridaum-Bold.otf') format('opentype'),
         url('https://cdn.jsdelivr.net/gh/fonts-archive/Wooridaum/Wooridaum-Bold.ttf') format('truetype');
}

/* Pretendard */
@font-face {
    font-family: "Pretendard";
    font-weight: 100;
    src: local("Pretendard Thin"), local("Pretendard-Thin"),
      url("../font/Pretendard-Thin.subset.woff")format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 200;
    src: local("Pretendard ExtraLight"), local("Pretendard-ExtraLight"),
      url("../font/Pretendard-ExtraLight.subset.woff")format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 300;
    src: local("Pretendard Light"), local("Pretendard-Light"),
      url("../font/Pretendard-Light.subset.woff")format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 400;
    src: local("Pretendard Regular"), local("Pretendard-Regular"),
      url("../font/Pretendard-Regular.subset.woff")format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 500;
    src: local("Pretendard Medium"), local("Pretendard-Medium"),
      url("../font/Pretendard-Medium.subset.woff")format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 600;
    src: local("Pretendard SemiBold"), local("Pretendard-SemiBold"),
      url("../font/Pretendard-SemiBold.subset.woff")format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 700;
    src: local("Pretendard Bold"), local("Pretendard-Bold"),
      url("../font/Pretendard-Bold.subset.woff")format("woff");
}
  @font-face {
    font-family: "Pretendard";
    font-weight: 800;
    src: local("Pretendard ExtraBold"), local("Pretendard-ExtraBold"),
      url("../font/Pretendard-ExtraBold.subset.woff")format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 900;
    src: local("Pretendard Black"), local("Pretendard-Black"),
      url("../font/Pretendard-Black.subset.woff")format("woff");
  }
  
