/*
 * 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.
 */

@font-face {
  font-family: Audiowide;
  src: url(../fonts/Audiowide/Audiowide-Regular.ttf);
}

@font-face {
  font-family: Exo;
  src: url(../fonts/Exo/Exo-VariableFont_wght.ttf);
}

body {
    font-family: Exo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Audiowide, sans-serif;
	font-weight: lighter;
}

.accent {
    color: #2aff91;
}

.btn {
    color: black !important;
}

.navbar-brand img {
	width: 68px;
	height: auto;
}
