/**
 * Player font choice. html[data-font] from cookie bfth_font.
 * No attribute (or default) keeps Public Sans / Washington Noir Lora as they are.
 */

html[data-font="comic"] {
  --wn-font: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
  --wn-serif: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
  --bfth-font: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive;
}

html[data-font="comic"],
html[data-font="comic"] body,
html[data-font="comic"] .font-sans {
  font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cursive !important;
}

html[data-font="tangerine"] {
  --wn-font: "Tangerine", cursive;
  --wn-serif: "Tangerine", cursive;
  --bfth-font: "Tangerine", cursive;
}

html[data-font="tangerine"],
html[data-font="tangerine"] body,
html[data-font="tangerine"] .font-sans {
  font-family: "Tangerine", cursive !important;
}

html[data-font="unifrakturmaguntia"] {
  --wn-font: "UnifrakturMaguntia", serif;
  --wn-serif: "UnifrakturMaguntia", serif;
  --bfth-font: "UnifrakturMaguntia", serif;
}

html[data-font="unifrakturmaguntia"],
html[data-font="unifrakturmaguntia"] body,
html[data-font="unifrakturmaguntia"] .font-sans {
  font-family: "UnifrakturMaguntia", serif !important;
}

html[data-font="coming-soon"] {
  --wn-font: "Coming Soon", cursive;
  --wn-serif: "Coming Soon", cursive;
  --bfth-font: "Coming Soon", cursive;
}

html[data-font="coming-soon"],
html[data-font="coming-soon"] body,
html[data-font="coming-soon"] .font-sans {
  font-family: "Coming Soon", cursive !important;
}
