/*
Theme Name: OSERV CI
Theme URI: https://oserv.ddev.site
Author: OSERV CI / Human Project Group
Author URI: https://oserv.pro
Description: Thème institutionnel professionnel pour OSERV CI, filiale RH du Human Project Group en Afrique de l'Ouest.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
License: Proprietary
Text Domain: oserv
*/

:root {
    --color-red: #C0392B;
    --color-red-dark: #96281b;
    --color-red-light: rgba(192, 57, 43, 0.1);
    --color-black: #1a1a1a;
    --color-dark: #111111;
    --color-white: #ffffff;
    --color-gray-light: #f8f8f8;
    --color-gray: #6b7280;
    --color-gray-border: #e5e7eb;

    --font-heading: 'Montserrat', sans-serif;
    --font-primary: 'Inter', sans-serif;

    --nav-height: 70px;
    --container-max: 1200px;

    --card-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    --card-shadow-hover: 0 8px 30px rgba(192, 57, 43, 0.15);

    --transition: 0.3s ease;
    --border-radius: 8px;
}
