﻿:root {
    --primary-color: #3FB5FF;
    --primary-dark: #2fa6ee;
    --text-color: #333;
    --white: #ffffff;
    --dark: #333;
    --shadow-color: rgba(63, 181, 255, 0.5);
    --transition-fast: 0.3s ease-in-out;
    --transition-slow: 0.3s ease;
    --border-radius-sm: 10px;
    --border-radius-lg: 20px;
    --border-radius-xl: 25px;
}
