<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
    /*font-family: "Unbounded", sans-serif;*/
    font-family: "Prompt", sans-serif;
    box-sizing: border-box;
    word-break: break-word;
    scroll-behavior: smooth;
}

:root {
    /* TipografÃ­a */
    font-size: 18px;

    /* Colores primarios */
    --primary-color: #1bb89a;
    --secondary-color: #a5bd39;
    --blue: #32495e;
    --blue-l: #7dccbf;

    /* Colores secundarios */
    --background-color: #e2e2e2;
    --text-color: #5f5f60;
    --secondary-text: #90a4ae;
    --white: #ffffff;
}

img ,svg {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}  

@media (max-width: 996px) {
    :root {
        font-size: 14px; 
    }
}</pre></body></html>