/* Dynamic styles that will be updated by the admin panel */
:root {
    --primary-color: #000000;
    --secondary-color: #d4af37;
    --button-color: #9c9c9c;
    --hover-color: #ffffff;
}
