/* =========================================================   YCWPCN SITEWIDE TYPOGRAPHY — ARIAL   ========================================================= */

/* Sitewide base font */

html {
  font-size: 16px;
}

body {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6;
}

/* Override existing Open Sans and Roboto declarations */

/* Ordinary body text */

/* Heading sizes */

h1, .h1 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 25px !important;
  line-height: 1.25;
  font-weight: 700 !important;
}

h3, .h3 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.3;
  font-weight: 700 !important;
}

h5, .h5 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.4;
  font-weight: 700 !important;
}

/* Preserve ordinary emphasis */

strong, b {
  font-weight: 700 !important;
}

