/* Local fonts */
@font-face {
  font-family: 'Buenos Aires';
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/BuenosAiresWeb-Regular.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
      url(./fonts/BuenosAiresWeb-Regular.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Buenos Aires';
  font-style: normal;
  font-weight: 600;
  src: url(./fonts/BuenosAiresWeb-SemiBold.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
      url(./fonts/BuenosAiresWeb-SemiBold.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Buenos Aires';
  font-style: normal;
  font-weight: 700;
  src: url(./fonts/BuenosAiresWeb-Bold.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
      url(./fonts/BuenosAiresWeb-Bold.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Grenette Pro';
  font-style: normal;
  font-weight: 600;
  src: url(./fonts/Grenette-SemiBold-Pro.woff2) format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
      url(./fonts/Grenette-SemiBold-Pro.woff) format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* Highlight.js */
.hljs-comment,
.hljs-quote {
  color: #a0aec0;
  font-style: italic;
}
.hljs-name {
  color: #ff8383;
}
.hljs-string {
  color: #b5f4a5;
}
.hljs-attr {
  color: #ffe484;
}