@font-face {
  font-family: 'JetBrains Mono';
  src: url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff2/JetBrainsMono-Regular.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff/JetBrainsMono-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Screen Smart';
  src: url("/assets/gotham-930d5237.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Oasis';
  src: url("/assets/Oasis-7ddbbf9f.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Runde';
  src: url("/assets/OpenRunde-Regular-5f2e4159.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Runde';
  src: url("/assets/OpenRunde-Medium-6c4e0bf2.woff2") format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Runde';
  src: url("/assets/OpenRunde-Semibold-bf044f43.woff2") format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Runde';
  src: url("/assets/OpenRunde-Bold-99b8d086.woff2") format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.gotham-font {
  font-family: "Gotham Screen Smart";
}
.oasis-font {
  font-family: "Oasis";
}
.mono {
  font-family: 'JetBrainsMono', monospace;
  font-weight: 400;
}
