main.css 229 B

12345678910111213
  1. h1, h2, h3, h4, h5, h6, p, .btn-contact, td, .button-faq {
  2. font-family: "Barlow";
  3. font-style: normal;
  4. }
  5. .table-row {
  6. background-color: white;
  7. text-align: center;
  8. height: 3rem;
  9. }
  10. .table-data-left {
  11. text-align: left;
  12. }