@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
  --primary-color: #1976D2; /* Bleu vif RapidHost */
  --primary-color-rgb: 25, 118, 210;

  --secondary-color: #0D47A1; /* Bleu foncé profond */
  --secondary-color-rgb: 13, 71, 161;

  --tertiary-color: #42A5F5; /* Bleu clair pour détails */
  --tertiary-color-rgb: 66, 165, 245;
}

.metallic-text {
  background: linear-gradient(135deg, #e0e0e0, #bdbdbd, #f5f5f5, #9e9e9e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
