/*
  This font software is used under license:
  Web license for up 10k monthly visitors for the following domain:

  smart-travelling.net

  according to the Omnitype EULA, for the following cuts:

  OT Alpha Medium
*/

@font-face {
    font-family: "OT Alpha Medium";
    src: url('./OTAlpha-Medium/OTAlpha-Medium.woff2') format('woff2'), 
       url('./OTAlpha-Medium/OTAlpha-Medium.woff') format('woff');
    font-weight: 500; /* Regular weight */
    font-style: normal;
    font-display: swap; /* Best practice for performance */
}
