@font-face {
  font-family: "SF Pro Display";
  src:
    url("./sf-pro-display.woff2") format("woff2"),
    url("./sf-pro-display.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src:
    url("./sf-pro-display-medium.woff2") format("woff2"),
    url("./sf-pro-display-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src:
    url("./sf-pro-display-semibold.woff2") format("woff2"),
    url("./sf-pro-display-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src:
    url("./sf-pro-display-bold.woff2") format("woff2"),
    url("./sf-pro-display-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

.font-primary {
  font-family: var(--font-primary), sans-serif;
}

.font-secondary {
  font-family: var(--font-secondary), sans-serif;
}
