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

nav {
    background-color: #a9a985;
    font-family: 'Petronius', serif;
}

header {
    background-color: #cccbb6;
    font-family: 'Petronius', serif;
}

section {
    background-color: #cccbb6;
    font-family: 'Petronius', serif;
}

footer {
    background-color: #a9a985;
    font-family: 'Petronius', serif;
}

.btn-primary {
    background-color: #a9a985;
    --bs-btn-border-color: #79795f;
}
.btn-primary:hover {
    background-color: #000;
}

.bg-primary {
    background-color: #a9a985 !important;
}

a {
    color: #000;
}
a:hover {
    color: #79795f;
}