/*
 * 서울알림체 2024 — 서울특별시 공식 서울서체
 * 출처: https://www.seoul.go.kr/seoul/font.do
 * 공공누리 제1유형(출처표시). 서체 파일의 판매·유상양도·무단배포 금지.
 */
@font-face {
  font-family: "Seoul Alrim";
  src: url("/assets/fonts/SeoulAlrim-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}

@font-face {
  font-family: "Seoul Alrim";
  src: url("/assets/fonts/SeoulAlrim-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Seoul Alrim";
  src: url("/assets/fonts/SeoulAlrim-ExtraBold.otf") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Seoul Alrim";
  src: url("/assets/fonts/SeoulAlrim-Heavy.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --ghd-font-family: "Seoul Alrim", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
}

html,
body,
body * {
  font-family: var(--ghd-font-family) !important;
}

