/* === POLICES LOCALES === */
@font-face {
  font-family: 'Conduit ITC ExtraBold';
  src: url('assets/fonts/ConduitITC-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Teko';
  src: url('assets/fonts/Teko-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* === CADRES IMPÉRIAUX === */
.imperial-frame {
  background-color: rgba(15, 15, 15, 0.9);
  border: 1px solid #bfa44d;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.15);
  padding: 2rem;
  border-radius: 2px;
  margin-top: 2rem;
}

.imperial-frame img {
  border: 1px solid #bfa44d;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Justifie les paragraphes dans les cadres */
.imperial-frame p {
  text-align: justify;
}

/* Accentue les blockquotes dans le cadre */
.imperial-frame blockquote {
  border-left: 3px solid #bfa44d;
  background-color: rgba(255, 215, 0, 0.05);
  padding: 1rem;
  font-style: italic;
  text-align: center;
  color: #d7d7d7;
}

/* ==== CHAOS ==== */
.chaos-frame {
  background: linear-gradient(180deg, rgba(30, 0, 0, 0.85) 0%, rgba(60, 0, 0, 0.9) 100%);
  border: 3px solid #7b0000;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 40px;
  transition: all 0.4s ease-in-out;
}



.chaos-frame h3 {
  color: #c41e3a;
  font-family: 'Conduit ITC ExtraBold', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.chaos-frame p {
  color: #ddd;
  line-height: 1.6;
  text-align: justify;
}

.chaos-frame blockquote {
  color: #a22;
  border-left: 3px solid #700;
  padding-left: 10px;
  font-style: italic;
}