/* roulang page: index */
:root {
      --primary: #1e40af;
      --primary-light: #2563eb;
      --accent: #059669;
      --dark: #0f172a;
      --slate-soft: #f8fafc;
      --border-color: #e2e8f0;
    }
    body {
      color: #334155;
      background-color: #f8fafc;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }
    .custom-shadow {
      box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.04), 0 8px 10px -6px rgba(15, 23, 42, 0.04);
    }
    .custom-shadow-hover:hover {
      box-shadow: 0 20px 30px -10px rgba(30, 64, 175, 0.12), 0 10px 15px -5px rgba(15, 23, 42, 0.05);
    }
