@font-face {
  font-family: "font";
  src: url('font.woff2?t=1749608958296') format('woff2'),
       url('font.woff?t=1749608958296') format('woff'),
       url('font.ttf?t=1749608958296') format('truetype');
}

.font {
  font-family: "font" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

