







/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

/* Headings = Oswald */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif !important;
  letter-spacing: 0.5px;
}

/* Body Text = Roboto */
body, p, li, span, a, div {
  font-family: 'Roboto', sans-serif !important;
}