@charset "utf-8";
/*
 * This code may contain Sensitive But Unclassified (SBU) data that requires
 * specific data privacy handling requirements as dictated by law, mandate,
 * or government agency.
 *
 * frc_policy.css
 * FedRevCollect
 *
 * Copyright © 2024 Federal Reserve Bank of Cleveland. All rights reserved.
 */

body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', 'Roboto',
    'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.15;
  padding: 1rem;
  text-rendering: optimizeLegibility;
  color: #1b1b1b;
  background: rgb(239, 246, 251);
  margin: 0;
}

@media (prefers-color-scheme: dark) {
  body {
    color: #ffffff;
    background: #11181d;
  }
}

h1 {
  font-size: 2.13rem;
  font-family: 'Merriweather Web', 'Georgia', 'Cambria', 'Times New Roman',
    'Times', serif;
}

h2 {
  font-size: 1.5rem;
}

p,
li {
  font-size: 1.06rem;
  line-height: 1.5;
  text-align: justify;
}
