<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1, h2 {
    font-family: "moret", serif !important;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .04em !important;
}

h1 {
    font-size: 12rem;
    margin-bottom: 0px !important;
}

h2 {
}

h3 {
    text-transform: uppercase;
    letter-spacing: .04em !important;
}

h4 {
    font-family:;
    font-weight:;
    text-transform: uppercase;
}

a, a:visited {
    color: ;
}

a:active, a:hover {
    color: ;
}

nav.navbar.navbar-fixed-top {
/*    visibility: hidden; */
}

/* BREAKS SWITCHABLE ELEMENTS

div.row {
    display: flex;
    flex-wrap: wrap;
}

*/

.color--primary {
    color: #EFBCA7 !important;
}
.color--primary-1 {
    color: #d1410b !important;
}
.color--primary-2 {
    color: #5A8E84 !important;
}
.color--dark {
    color: #000 !important;
}
.color--secondary {
    color: #DFDCD7 !important;
}

.bg--primary {
    background-color: #EFBCA7 !important;
}
.bg--primary-1 {
    background-color: #d1410b !important;
}
.bg--primary-2 {
    background-color: #5A8E84 !important;
}
.bg--dark {
    background-color: #000000 !important;
}
.bg--secondary {
    background-color: #f8f7f5 !important;
}

/* BUTTON - Primary */
.btn--primary,
.btn--primary:visited {
    background: #EFBCA7;
    border-color: #EFBCA7;
}
.btn--primary .btn__text,
.btn--primary:visited .btn__text {
    color: #fff;
}
.btn--primary .btn__text i,
.btn--primary:visited .btn__text i {
    color: #fff;
}
.btn--primary:hover {
    background: #f5cab8;
    border-color: #f5cab8;
}
.btn--primary:active {
    background: #eaa68a;
}

/* BUTTON - primary-1 */
.btn--primary-1,
.btn--primary-1:visited {
    background: #d1410b;
    border-color: #d1410b;
}
.btn--primary-1 .btn__text,
.btn--primary-1:visited .btn__text {
    color: #fff;
}
.btn--primary-1 .btn__text i,
.btn--primary-1:visited .btn__text i {
    color: #fff;
}
.btn--primary-1:hover {
    background: #e37046;
    border-color: #e37046;
}
.btn--primary-1:active {
    background: #b93c0f;
}

/* BUTTON - primary-2 */
.btn--primary-2,
.btn--primary-2:visited {
    background: #5A8E84;
    border-color: #5A8E84;
}
.btn--primary-2 .btn__text,
.btn--primary-2:visited .btn__text {
    color: #fff;
}
.btn--primary-2 .btn__text i,
.btn--primary-2:visited .btn__text i {
    color: #fff;
}
.btn--primary-2:hover {
    background: #74a79d;
    border-color: #74a79d;
}
.btn--primary-2:active {
    background: #52847b;
}
</pre></body></html>