@font-face {
    font-family: 'Cormorant Garamond';
    src: url('fonts/Cormorant_Garamond/CormorantGaramond-Bold.ttf') format('truetype')
}

@font-face {
    font-family: 'Bulgatti';
    src: url('fonts/bulgatti/Bulgatti.ttf') format('truetype')
}


@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter/Inter-VariableFont_slnt\,wght.ttf') format('truetype')
}
@font-face {
    font-family: 'Corinthia';
    src: url('fonts/Corinthia/Corinthia-Bold.ttf') format('truetype')
}

:root {
    --gold: #B9A170;  /* Blue */
    --darkgold: #a18c61;  /* Light Gray */
}

.gold {
    color: #B9A170;
}

