@font-face {
  font-family: "Noto Serif"; 
  font-weight: normal; 
  font-style: normal;
  src: url("../fonts/NotoSerif-Regular.ttf");
}

@font-face {
  font-family: "Noto Serif"; 
  font-weight: bold; 
  font-style: normal;
  src: url("../fonts/NotoSerif-Bold.ttf");

}

@font-face {
  font-family: "Noto Serif"; 
  font-weight: normal; 
  font-style: italic;
  src: url("../fonts/NotoSerif-Italic.ttf");

}

@font-face {
  font-family: "Noto Mono"; 
  font-weight: normal; 
  font-style: normal;
  src: url("../fonts/NotoSansMono-Regular.ttf");

}

@font-face {
  font-family: "Noto Mono"; 
  font-weight: bold; 
  font-style: normal;
  src: url("../fonts/NotoSansMono-Bold.ttf");
}

:root {
  --md-text-font: "Noto Serif";
  --md-code-font: "Noto Mono";
}