body {
    --bs-body-font-family: 'bicyclette', sans-serif;
}

.nav-link {
    --bs-nav-link-color: #fef7e9;
    --bs-nav-link-hover-color: #fef7e9;
}

a {
    --bs-link-color-rgb: 253, 97, 59;
    --bs-link-hover-color-rgb: 253, 97, 59;
}

.custom-a-white {
    --bs-link-color-rgb: 254, 247, 233;
    --bs-link-hover-color-rgb: 253, 97, 59;
    text-decoration: none;
}

.custom-a-grey {
    --bs-link-color-rgb: 142, 142, 142;
    --bs-link-hover-color-rgb: 253, 97, 59;
    text-decoration: none;
}
