﻿@font-face {
  font-family: "HelvNeue";
  src: url("/Fonts/HelveticaNeue.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "HelvNeue";
  src: url("/Fonts/HelveticaNeue-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "HelvNeue";
  src: url("/Fonts/HelveticaNeue-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "HevlNeue";
  src: url("/Fonts/HelveticaNeue-UltraLight.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "HevlNeue";
  src: url("/Fonts/HelveticaNeue-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "HevlNeue";
  src: url("/Fonts/HelveticaNeue-Black.woff2") format("woff2");
  font-weight: 900;
}
.nav-link {
  color: #011D55;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .fixed-toggler {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 1055;
    margin-top: 5px;
  }
}
