@font-face {
  font-family: 'Mont'; /* Define a name for your font */
  src: url('mont/Mont-Heavy.otf') format('woff2'); /* Path to your font files */
  font-weight: normal; /* Optional: specify weight and style */
  font-style: normal;
  font-display: swap; /* Optional: control font loading behavior */
}

#logo img {
   max-width: 120px;
   height: auto;
}

#companyname {
   font-family: "Mont",sans-serif;
}