<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 40px;
    color: #5a5a5a;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap &lt;hr&gt; more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

@media (min-width: 1199px) {
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

.plans {
    font-family: 'vegurlight';
    font-size: 72px;
}

.plans-summary {
    font-family: 'vegurlight';
    font-size: 24px;
    margin-left: 120px;
    margin-right: 120px;
}

@media screen and (max-width: 767px) {
    .plans {
        font-family: 'vegurlight';
        font-size: 62px;
    }

    .plans-summary {
        font-family: 'vegurlight';
        font-size: 21px;
        margin-left: 0;
        margin-right: 0;
    }
}</pre></body></html>