@charset "UTF-8";

/**
 * @File: font.css
 * @Author: 디지털웍스
 * @Date: 2026-07-09
 * @Description: 폰트 정의
 * @Note: public/contents 정적 HTML 전용 스타일
 */

/* Pretendard */
@font-face {
  font-family: Pretendard;
  font-weight: 900;
  src:
    local('Pretendard Black'),
    url('/assets/fonts/Pretendard/Pretendard-Black.woff2') format('woff2'),
    url('/assets/fonts/Pretendard/Pretendard-Black.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  font-weight: 800;
  src:
    local('Pretendard ExtraBold'),
    url('/assets/fonts/Pretendard/Pretendard-ExtraBold.woff2') format('woff2'),
    url('/assets/fonts/Pretendard/Pretendard-ExtraBold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  font-weight: 700;
  src:
    local('Pretendard Bold'),
    url('/assets/fonts/Pretendard/Pretendard-Bold.woff2') format('woff2'),
    url('/assets/fonts/Pretendard/Pretendard-Bold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  font-weight: 600;
  src:
    local('Pretendard SemiBold'),
    url('/assets/fonts/Pretendard/Pretendard-SemiBold.woff2') format('woff2'),
    url('/assets/fonts/Pretendard/Pretendard-SemiBold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  font-weight: 500;
  src:
    local('Pretendard Medium'),
    url('/assets/fonts/Pretendard/Pretendard-Medium.woff2') format('woff2'),
    url('/assets/fonts/Pretendard/Pretendard-Medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  font-weight: 400;
  src:
    local('Pretendard Regular'),
    url('/assets/fonts/Pretendard/Pretendard-Regular.woff2') format('woff2'),
    url('/assets/fonts/Pretendard/Pretendard-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  font-weight: 300;
  src:
    local('Pretendard Light'),
    url('/assets/fonts/Pretendard/Pretendard-Light.woff2') format('woff2'),
    url('/assets/fonts/Pretendard/Pretendard-Light.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  font-weight: 200;
  src:
    local('Pretendard ExtraLight'),
    url('/assets/fonts/Pretendard/Pretendard-ExtraLight.woff2') format('woff2'),
    url('/assets/fonts/Pretendard/Pretendard-ExtraLight.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: Pretendard;
  font-weight: 100;
  src:
    local('Pretendard Thin'),
    url('/assets/fonts/Pretendard/Pretendard-Thin.woff2') format('woff2'),
    url('/assets/fonts/Pretendard/Pretendard-Thin.woff') format('woff');
  font-display: swap;
}

/* Inter */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100;
  src: url('/assets/fonts/Inter/Inter-Thin.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 100;
  src: url('/assets/fonts/Inter/Inter-ThinItalic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 200;
  src: url('/assets/fonts/Inter/Inter-ExtraLight.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 200;
  src: url('/assets/fonts/Inter/Inter-ExtraLightItalic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/Inter/Inter-Light.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 300;
  src: url('/assets/fonts/Inter/Inter-LightItalic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/Inter/Inter-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 400;
  src: url('/assets/fonts/Inter/Inter-Italic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/Inter/Inter-Medium.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 500;
  src: url('/assets/fonts/Inter/Inter-MediumItalic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/Inter/Inter-SemiBold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 600;
  src: url('/assets/fonts/Inter/Inter-SemiBoldItalic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/Inter/Inter-Bold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 700;
  src: url('/assets/fonts/Inter/Inter-BoldItalic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  src: url('/assets/fonts/Inter/Inter-ExtraBold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 800;
  src: url('/assets/fonts/Inter/Inter-ExtraBoldItalic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  src: url('/assets/fonts/Inter/Inter-Black.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 900;
  src: url('/assets/fonts/Inter/Inter-BlackItalic.woff2') format('woff2');
  font-display: swap;
}
