| 12345678910111213141516171819202122 |
- @import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;700&display=swap');
- h1, h2, h3, h4, h5, h6, p, small, .btn-event, .btn-contact, .formation-btn, 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;
- }
- .row-custom{
- width: 90%;
- margin-right: auto;
- margin-left: auto;
- }
|