@font-face {
  font-family: 'MTS Wide';
  src: url('/fonts/MTSWide-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MTS Wide';
  src: url('/fonts/MTSWide-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.logo-title {
  font-family: 'MTS Wide', sans-serif !important;
  font-weight: 700;
}
