/**
 * Pretendard Variable Font
 * Copyright (c) 2021-present Kil Hyung-jin and contributors
 * Licensed under SIL OFL 1.1 (http://scripts.sil.org/OFL)
 *
 * Local version - downloaded from https://github.com/orioncactus/pretendard
 */

@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src:
    local("Pretendard Variable"),
    url("/static/fonts/PretendardVariable.woff2") format("woff2-variations");
}

/* Fallback for browsers that don't support variable fonts */
@font-face {
  font-family: Pretendard;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    local("Pretendard Regular"),
    url("/static/fonts/Pretendard-Regular.woff2") format("woff2"),
    url("/static/fonts/Pretendard-Regular.woff") format("woff");
}

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