@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&family=Anton&family=Knewave&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
.knewave {
  font-family: "Knewave", system-ui;
  font-weight: 400;
  font-style: normal;
}
.anton {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.akshar {
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}