/* roulang page: index */
:root {
      --color-black: #0F1115;
      --color-titanium: #1E2229;
      --color-cyan: #00E5BE;
      --color-white: #F4F6F9;
      --color-orange: #FF6B35;
    }
    body {
      background-color: #0F1115;
      color: #F4F6F9;
      font-feature-settings: "cv02", "cv03", "cv04", "cv11";
      overflow-x: hidden;
    }
    .text-balance { text-wrap: balance; }
    .card-glow:hover {
      box-shadow: 0 12px 36px -10px rgba(0, 229, 190, 0.18);
      border-color: rgba(0, 229, 190, 0.4);
      transform: translateY(-4px);
    }
    .custom-scrollbar::-webkit-scrollbar {
      width: 6px;
      height: 6px;
    }
    .custom-scrollbar::-webkit-scrollbar-thumb {
      background: #2C323E;
      border-radius: 9999px;
    }
    .custom-scrollbar::-webkit-scrollbar-track {
      background: #14171D;
    }
