﻿/* 프리텐다드 */
@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    src: url(../font/Pretendard/Pretendard-Thin.woff2) format('truetype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    src: url(../font/Pretendard/Pretendard-ExtraLight.woff2) format('truetype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    src: url(../font/Pretendard/Pretendard-Light.woff2) format('truetype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    src: url(../font/Pretendard/Pretendard-Regular.woff2) format('truetype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    src: url(../font/Pretendard/Pretendard-Medium.woff2) format('truetype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    src: url(../font/Pretendard/Pretendard-SemiBold.woff2) format('truetype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    src: url(../font/Pretendard/Pretendard-Bold.woff2) format('truetype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    src: url(../font/Pretendard/Pretendard-ExtraBold.woff2) format('truetype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    src: url(../font/Pretendard/Pretendard-Black.woff2) format('truetype');
}

/* 차크라 */
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Great+Vibes&display=swap');

.chakra {
    font-family: 'Chakra Petch', sans-serif;
    font-style: normal;
}

/* 오비트론 */
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Great+Vibes&family=Orbitron:wght@400..900&display=swap');

.orbitron {
    font-family: 'Orbitron', sans-serif;
    font-style: normal;
}

/*팝핀*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins {
  font-family: "Poppins", serif;
  font-style: normal;
}

/*saira*/
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

.saira {
  font-family: "Saira", sans-serif;
  font-style: normal;
}

/*S-Core Dream*/
@font-face {
  font-family: 's-core';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 's-core';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 's-core';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 's-core';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 's-core';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 's-core';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 's-core';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 's-core';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 's-core';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

.s-core {
  font-family: 's-core';
}