/*
Theme Name: Récréation dansée by Devalia
Theme URI: https://recreationdansee.fr
Author: Devalia
Author URI: https://devalia.fr
Description: Thème sur-mesure pour l'association RéCréation Dansée — implémentation fidèle de la maquette du site (ateliers de danse récréative en Charente-Maritime).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: recreation-dansee-devalia
*/

body {
  margin: 0;
  background: #FFF8ED;
  font-family: Poppins, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #8C5A9E;
}

a:hover {
  color: #E8703F;
}

img {
  max-width: 100%;
}

/* Hover states — mirrors the mockup's "style-hover" pairs.
   !important is required because the base colors are set inline to match the design exactly. */
.rcd-hover-orange-to-purple:hover {
  background: #8C5A9E !important;
}

.rcd-hover-purple-to-orange:hover {
  background: #E8703F !important;
}

.rcd-hover-outline-purple:hover {
  background: #8C5A9E !important;
  color: #FFF8ED !important;
}

.rcd-hover-nav:hover {
  background: #FBE3CE !important;
  color: #8C5A9E !important;
}

.rcd-hover-footer-link:hover {
  color: #8C5A9E !important;
}

.rcd-hover-yellow-to-orange:hover {
  background: #E8703F !important;
  color: #FFF8ED !important;
}

.rcd-focus-purple:focus {
  border-color: #8C5A9E !important;
}
