/* Fonts you want to use */
/* Just change the path*/
@font-face {
  font-family: "Speaker title";
  src: url(../custom/fonts/raider_crusader/raidercrusadertitle.ttf);
}
@font-face {
  font-family: "Speaker";
  src: url(../custom/fonts/raider_crusader/raidercrusader.ttf);
}
@font-face {
  font-family: "Cover";
  src: url(../custom/fonts/badaboom_bb/BADABB__.TTF);
}

/* Variables to customize your slides */
:root {
  --sd-heading1-size: 8.5vw;
  --sd-heading1-line-height: 1;
  --sd-heading2-size: 5vw;
  --sd-heading2-line-height: 1;
  --sd-text-size: 2.2vw;
  --sd-text-line-height: 1.2;
  --sd-caption-font-size: 1vw;
  --sd-caption-line-height: 1;

  --sd-background-color: #f5f5f5;
  --sd-heading-color-dark: #218695;
  --sd-heading-color-light: #78e9e3;
  --sd-text-color: #212121;
  --sd-primary-color: #e89399;
  --sd-caption-color: rgba(0, 0, 0, 0.7);
  --sd-caption-bgcolor: rgba(255, 255, 255, 0.7);

  --li-icon: "🦩";
  --li-l2-icon: "☀️";

  --cover-color: #e89399;
  --cover-img: url(../images/cover.jpeg);
  --cover-font: Cover;

  --speaker-font: Speaker;
  --speaker-font-title: "Speaker title";

  --bottom-bar-content: "2025 yodamad.fr";

  --feedback-qrcode: url(../images/feedback.png);

  /* SpeakerView */
  --sd-sv-timer-size: 80px;
  --sd-sv-text-size: 40px;
  --sd-sv-text-line-height: 1.2;
  --sd-sv-background-color: #242424;
  --sd-sv-text-color: rgba(255, 255, 255, 0.87);

  --code-bg-color: rgb(155, 155, 155);
  --code-font-color: rgb(0, 0, 0);
}
