/* Shared Font Styles - Reem Kufi for headings, Reddit Sans for body text */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Reem Kufi', sans-serif;
}

body, p, span, a, li, td, th, label, input, select, textarea, button {
  font-family: 'Reddit Sans', sans-serif;
}
