@font-face {
  font-family: 'Mikhak';
  src: url('../fonts/Mikhak/webfonts/Mikhak-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Mikhak';
  src: url('../fonts/Mikhak/webfonts/Mikhak-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Mikhak';
  src: url('../fonts/Mikhak/webfonts/Mikhak-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}


html, body {
  font-family: 'Mikhak', Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.hero-title, .navbar-brand, .about-title {
  font-family: 'Mikhak', Tahoma, sans-serif !important;
  font-weight: 700;
}

p, label, .card-title, .btn, .nav-link,
.form-control, .form-label {
  font-family: 'Mikhak', Tahoma, sans-serif !important;
  font-weight: 400;
}


[class*="flaticon"], [class*="icomoon"], svg, img,
svg text, canvas {
  font-family: inherit !important;
}
