/* Estilos base: cuerpo, tipografías y configuraciones generales */
body {
    font-family: '/assets/GothamMedium.ttf';
    margin: 5px;
    padding: 10px;
    overflow-x: hidden;
    background-color: white !important;
}
