:root {
  --md-text-font: "assets/fonts/woff2/YekanBakhFaNum-VF.woff2";
}

/* @font-face { */
/*   font-family: "<font>"; */
/*   src: "..."; */
/* } */

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.label,
.node rect,
.node circle,
.node ellipse,
.node polygon,
.node path,
.mermaid {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}