@font-face {
    font-family: 'NotCourierSans';
    src: url('../fonts/NotCourierSans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotCourierSans';
    src: url('../fonts/NotCourierSans-Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Caviar_Dreams';
    src: url('../fonts/Caviar_Dreams-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Caviar_Dreams';
    src: url('../fonts/Caviar_Dreams-Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Caviar_Dreams';
    src: url('../fonts/Caviar_Dreams-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Caviar_Dreams';
    src: url('../fonts/Caviar_Dreams-BoldItalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}


body {
    font-family: 'NotCourierSans', 'Courier New', Courier, monospace; /* Fallback to sans-serif if font fails */
}


/*Header*/

.header-nav {
    display: block;
    padding: 75px 0 20px;
    /*border-bottom: 1px solid $base-border-color;*/
    font-family: 'Caviar_Dreams', 'Courier New', Courier, monospace; /* Fallback to sans-serif if font fails */
}

.header-logo {
  display: inline-block;
  font-family: 'Caviar_Dreams', 'Courier New', Courier, monospace; /* Fallback to sans-serif if font fails */
  font-size: 36px;
  font-weight: 700;
  text-decoration: none;
}
