@font-face {
  font-family: "Inter";
  src: url("font/Inter/Inter-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("font/Inter/Inter-Italic.ttf") format("ttf");
  font-weight: 400;
  font-style: italic;
}


@font-face {
  font-family: "Inter";
  src: url("font/Inter/Inter-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("font/Inter/Inter-BoldItalic.ttf") format("ttf");
  font-weight: 700;
  font-style: italic;
}


:root {
  --cassiopeia-font-family-body: "Inter", sans-serif;
  --cassiopeia-font-family-headings: "Inter", sans-serif;
  --cassiopeia-font-weight-headings: 700;
  --cassiopeia-font-weight-normal: 400;
}