:root {
    --bright-color: #FCF5C7;
    --light-color: #FFC09F;
    --medium-color: #C5283D;
    --dark-color: #481D24;
    --footer-color: #476b83;
    --accent-color: #255F85;
}

body {
    color: var(--accent-color);
    background-color: var(--bright-color);
    ;
}

footer .navbar {
    color: var(--bright-color) !important;
    background-color: var(--footer-color);
}

footer .nav-link {
    color: var(--bright-color) !important;
}

.patrick-hand {
    font-family: "Patrick Hand", cursive;
    font-weight: 400;
    font-style: normal;
}

.lato {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}