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

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

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

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

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  src: url("./InterVariable.woff2") format("woff2-variations");
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  src: url("./InterVariable-Italic.woff2") format("woff2-variations");
}

@font-face {
  font-display: optional;
  font-family: "Ioskeley Mono";
  font-style: normal;
  font-weight: 400;
  src: url("./IoskeleyMono-Regular.woff2") format("woff2");
}

@font-face {
  font-display: optional;
  font-family: "Ioskeley Mono";
  font-style: normal;
  font-weight: 700;
  src: url("./IoskeleyMono-Bold.woff2") format("woff2");
}

:root {
  --font-brand: "Metropolis", "Inter", "PingFang SC", "PingFang TC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft JhengHei UI", sans-serif;
  --font-body: "Inter", "PingFang SC", "PingFang TC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft JhengHei UI", sans-serif;
  --font-mono: "Ioskeley Mono", "SF Mono", "SFMono-Regular", "Cascadia Code", ui-monospace, Menlo, Consolas, monospace;
  --font-figures: var(--font-body);
}
