@font-face {
    font-family: 'Urbanist';
    src: url('../fuentes/Urbanist-Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fuentes/Urbanist-Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fuentes/Urbanist-Bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fuentes/Urbanist-Black.otf') format('opentype');
    font-weight: 900;
}

body {
    font-family: 'Urbanist', sans-serif;
}

h4 {
    font-size: 1.125rem; /* text-lg */
    line-height: 1.75rem;
}

.logo-svg {
    height: 50px;
    width: auto;
}

@media (min-width: 1024px) {
    .logo-svg {
        height: 64px;
    }
}

