:root {
    --primary: #2a50bf;
}

@font-face {
    font-family: "Adieu";
    src: url("/fonts/Adieu-Regular.woff2") format("woff2"),
        url("/fonts/Adieu-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Angfia";
    src: url("/fonts/Angfia-Relaftio-DEMO-VERSION-BF669722079a25e.woff2")
            format("woff2"),
        url("/fonts/Angfia-Relaftio-DEMO-VERSION-BF669722079a25e.woff")
            format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.font-adieu {
    font-family: "Adieu";
}

.font-angfia {
    font-family: "Angfia";
}

.bg-body {
    background: #fff4de;
}

footer {
    background: var(--primary);
    color: white;
}

.bg-primary {
    background: var(--primary);
}

.text-primary {
    color: var(--primary);
}
