/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */

body {
  font-family: 'roboto_slabregular';
}

h1,
h2,
h3,
h4,
h5,
h6,
.h-display {
  font-family: "roboto_slablight", sans-serif;
  }

.overlay .overlay-menu ul ul a {
  font-family: 'roboto_slabregular', sans-serif;
}

.dropmenu a {
  font-family: 'roboto_slabbold', sans-serif;
}