/* Color Variables */
:root {
    --primary: #6482b8;
    --secondary: #649a3e;
    --accent: #f6b664;
    --accent-2: #f04f51;
    --light-bg: #f6dfc5;
    --darker-bg: #D3D3D3;
    --dark-text: #333;
}
