@charset "UTF-8";
body {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: var(--body-font-size, 1.05rem);
}
h1 { font-size: var(--h1size, 1.85rem); }
h2 { font-size: var(--h2size, 1.55rem); }
h3 { font-size: var(--h3size, 1.35rem); }
h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #bf0a30;
  letter-spacing: -0.02em;
}
