@font-face {
    font-family: PraterSansTwo-Bold;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/PraterSansTwo-Bold.woff2) format("woff2"),
      url(/fonts/PraterSansTwo-Bold.woff) format("woff");
    font-display: swap;
  }
  
  @font-face {
    font-family: TheSans;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/TheSans-Bold.woff2) format("woff2"),
      url(/fonts/TheSans-Bold.woff) format("woff");
    font-display: swap;
  }
  
  @font-face {
    font-family: TheSans;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/TheSans-Regular.woff2) format("woff2"),
      url(/fonts/TheSans-Regular.woff) format("woff");
    font-display: swap;
  }
  
  @font-face {
    font-family: TheSans;
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/TheSans-SemiBold.woff2) format("woff2"),
      url(/fonts/TheSans-SemiBold.woff) format("woff");
    font-display: swap;
  }
  
  @font-face {
    font-family: PraterSansTwo-Bold;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/PraterSansTwo-Bold.woff2) format("woff2"),
      url(/fonts/PraterSansTwo-Bold.woff) format("woff");
    font-display: swap;
  }
  
  p,
  label,
  input {
    font-family: TheSans, Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    color: #222;
    -webkit-font-smoothing: antialiased;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    -webkit-font-smoothing: antialiased;
    color: #134432;
  }
  
  h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
  
  h2 {
    text-align: center;
  }
  
  h3 {
    -webkit-font-smoothing: antialiased;
    color: #134432;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  
  /* Overrides header style to set text to white */
  .mud-table-head .mud-table-cell {
    color: white !important;
  }