@font-face {
  font-family: "Ubuntu";
  font-weight: normal;
  src: url("/fonts/Ubuntu-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: normal;
  src: url("/fonts/Ubuntu-RegularItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Ubuntu";
  font-weight: bold;
  src: url("/fonts/Ubuntu-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "CascadiaCode";
  font-weight: normal;
  src: url("/fonts/CascadiaMono-Regular.woff2") format("woff2");
}