main.css 446 B

1234567891011121314151617
  1. @import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;700&display=swap');
  2. h1, h2, h3, h4, h5, h6, p, .btn-event, .btn-contact, td, .button-faq, li, .btn-school, .btn-artist, .btn-manager, .name, .school, .view-button,
  3. .presentation-title, .subtitle
  4. .status {
  5. font-family: "Barlow";
  6. font-style: normal;
  7. }
  8. .table-row {
  9. background-color: white;
  10. text-align: center;
  11. height: 3rem;
  12. }
  13. .table-data-left {
  14. text-align: left;
  15. }