/* GalanoGrotesque 폰트 굵기별 정의 */
@font-face {
    font-family: 'GalanoGrotesque';
    src: url('../font/GalanoGrotesque/GalanoGrotesqueExtraBold.otf') format('otf');
    font-weight: 800; /* ExtraBold */
    font-style: normal;
    unicode-range: U+0020-007F; /* 영어 */
}

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('../font/GalanoGrotesque/GalanoGrotesqueExtraLight.otf') format('otf');
    font-weight: 200; /* ExtraLight */
    font-style: normal;
    unicode-range: U+0020-007F; /* 영어 */
}

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('../font/GalanoGrotesque/GalanoGrotesqueHeavy.otf') format('otf');
    font-weight: 900; /* Heavy */
    font-style: normal;
    unicode-range: U+0020-007F; /* 영어 */
}

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('../font/GalanoGrotesque/GalanoGrotesqueLight.otf') format('otf');
    font-weight: 300; /* Light */
    font-style: normal;
    unicode-range: U+0020-007F; /* 영어 */
}

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('../font/GalanoGrotesque/GalanoGrotesqueMedium.otf') format('otf');
    font-weight: 500; /* Medium */
    font-style: normal;
    unicode-range: U+0020-007F; /* 영어 */
}

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('../font/GalanoGrotesque/GalanoGrotesqueSemiBold.otf') format('otf');
    font-weight: 600; /* SemiBold */
    font-style: normal;
    unicode-range: U+0020-007F; /* 영어 */
}

@font-face {
    font-family: 'GalanoGrotesque';
    src: url('../font/GalanoGrotesque/GalanoGrotesqueThin.otf') format('otf');
    font-weight: 100; /* Thin */
    font-style: normal;
    unicode-range: U+0020-007F; /* 영어 */
}
