﻿/* 프리텐다드 */
@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=Orbitron:wght@400;500;600;700;800;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;
}

/*Oswald*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

.oswald {
  font-family: "Oswald", sans-serif;
  font-style: normal;
}
