@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400..800&display=swap');

:root {
    --primary-color: #da10d3;
    --text-color: #242031;
}

body {
    font-family: "Baloo Da 2", sans-serif !important;
}

h1.mb-1.font-medium.text-7xl {
    font-size: 20px;
    line-height: 30px;
    word-spacing: 3px;
}

/* RESPONSIVE */
@media screen and (max-width: 430px) {

    .script-table tbody th,
    .script-table tbody td {
        padding: 10px 0px !important;
    }

    .aspect-\[335\/376\] {
        aspect-ratio: 0 !important;
    }
}
