| 1234567891011121314151617 |
- @import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;700&display=swap');
- 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,
- .presentation-title, .subtitle
- .status {
- font-family: "Barlow";
- font-style: normal;
- }
- .table-row {
- background-color: white;
- text-align: center;
- height: 3rem;
- }
- .table-data-left {
- text-align: left;
- }
|