/* Explain: Theme design tokens for the application's color scheme. */
:root {
    --primary-color: #57664c;
    --primary-hover: #45523c;
    --secondary-color: #c4a165;
    --secondary-hover: #b08d55;
    --accent-color: #c4a165;
    --background-color: #fcfbf9;
    --surface-color: #ffffff;
    --text-color: #2c2825;
    --text-muted: #786d63;
    --border-color: #e5dec9;
    --font-heading: 'Tajawal', sans-serif;
    --font-body: 'Tajawal', sans-serif;
}
