@font-face {
    font-family: 'TavataFont';
    src: url('/static/Ramo-deJazmin.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    /*font-display: swap;*/
}

:root {
    --white: #ffffff;
    --black: #000000;
    --cmyk-coated: #0033ff;
    --cmyk-uncoated: #004dff;
    --ral-5002-ultramarin: #001489;

    --lightsand: #f7ecdb;
    --sand: #f7debd;
    --offwhite: #f5f5f4;

}

body {
    font-family: 'TavataFont', sans-serif;
    background-color: var(--lightsand);
}


.background {
    background-color: var(--sand);
}

.background-text {
    color: var(--sand);
}

.pixie-dust {
    color: var(--ral-5002-ultramarin);
}

.pixie-dust-background {
    background-color: var(--ral-5002-ultramarin);
}


.bold {
    font-weight: bold;
}

.nav-container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
}
