@font-face {
    font-family: 'LogamRegular';
    src: url('../fonts/LogamRegular.eot');
    src: url('../fonts/LogamRegular.eot') format('embedded-opentype'),
         url('../fonts/LogamRegular.woff2') format('woff2'),
         url('../fonts/LogamRegular.woff') format('woff'),
         url('../fonts/LogamRegular.ttf') format('truetype'),
         url('../fonts/LogamRegular.svg#LogamRegular') format('svg');
}


.mona-sans-font {
  font-family: "Mona Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
