﻿@font-face {
  font-family: "GmarketSans";
  font-weight: 700;
  font-display: swap;
  src: local("Gmarket Sans Bold"),
    url("../font/GmarketSansBold.woff2") format("woff2"),
    url("../font/GmarketSansBold.woff") format("woff");
}

@font-face {
  font-family: "GmarketSans";
  font-weight: 500;
  font-display: swap;
  src: local("Gmarket Sans Medium"),
    url("../font/GmarketSansMedium.woff2") format("woff2"),
    url("../font/GmarketSansMedium.woff") format("woff");
}

@font-face {
  font-family: "GmarketSans";
  font-weight: 300;
  font-display: swap;
  src: local("Gmarket Sans Light"),
    url("../font/GmarketSansLight.woff2") format("woff2"),
    url("../font/GmarketSansLight.woff") format("woff");
}
