/* Site 3 (ex style_3.css) — charger commun.css AVANT ce fichier */
@font-face { font-family: 'DejaVuSans'; src: url('DejaVuSans.ttf'); }
@font-face { font-family: 'AA'; src: url('Ace_Attorney.ttf'); }
@font-face { font-family: 'AA_eu'; src: url('ace_attorney_eu.ttf'); }
@font-face { font-family: 'PW'; src: url('Phoenix_Wright.ttf'); }
@font-face { font-family: 'times'; src: url('times.ttf'); }
@font-face { font-family: 'eurostile'; src: url('eurostile.ttf'); }
@font-face { font-family: 'im'; src: url('im.otf'); }
@font-face { font-family: 'josefin'; src: url('josefin.TTF'); }

:root {
  --accent: rgb(199, 69, 48);
  --bg: rgba(255, 252, 143, 1);
  --h2-color: black;
}

/* Surcharges et propriétés spécifiques à ce site */
#retour a {
  font-size: 18px;
}

#bonus1,
#bonus2 {
  font-size: 18px;
}

#titre {
  width: 500px;
  max-width: 100%;
}

em {
  color: var(--bg);
}

