/*
Theme Name: YourDent
Description: Стоматологическая тема для YourDent
Version: 1.0
Author: YourDent Team
Text Domain: yourdent
*/

:root {
    --color-orange: #BF4D34;
    --color-orange-hover: #AB3920;
    --color-text-green: #76824A;
    --color-text-green-hover: #5c6636;
    --color-text: #18383C;
    --color-white: #E8E6D4;
    --color-text-hover: rgba(24, 56, 60, 0.60);
    --transition: all .3s ease-in-out;
}

