/* Put any custom CSS rules here */
/* Apply Fabrikat font to all heading elements */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Fabrikat', sans-serif;
}

/* Apply Source Sans Pro to all body text */
body {
  font-family: 'Source Sans Pro', sans-serif;
}