@font-face {
  src: url(fonts/KantarBrown-Light.otf);
  font-family: kantarfont;
}

@font-face {
  src: url(fonts/KantarBrown-LightItalic.otf);
  font-family: kantarfont;
  font-style: italic;
}

@font-face {
  src: url(fonts/KantarBrown-Regular.otf);
  font-family: kantarfont;
  font-weight: 700;
}

@font-face {
  src: url(fonts/KantarBrown-Italic.otf);
  font-family: kantarfont;
  font-weight: 700;
  font-style: italic;
}

body {
  font-family: kantarfont;
}

nav.navbar.navbar-light {
  background-color: #e6e6e6 !important;
}
