:root {
    --primary-color: #0f766e;
    --secondary-color: #64748b;
    --sidebar-bg-color: #134e4a;
    --sidebar-text-color: #ffffff;
    --header-bg-color: #ffffff;
    --header-text-color: #134e4a;
    --button-color: #0f766e;
    --button-hover-color: #115e59;
    --link-color: #0f766e;
    --body-bg-color: #f0fdfa;
    --card-bg-color: #ffffff;
}
