/* skin:name=Azura Midnight */
/* skin:author=system */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&family=Crimson+Pro:ital,wght@0,300;0,400;1,300;1,400&family=EB+Garamond:ital,wght@0,400;0,500;1,400&family=Lato:wght@300;400&family=JetBrains+Mono:wght@300;400&display=swap');

:root {
  --bg:           #090d16;
  --bg-panel:     #121b2b;
  --bg-input:     #1b2840;
  --bg-hover:     #243452;

  --border:       rgba(133, 165, 220, 0.12);
  --border-light: rgba(133, 165, 220, 0.22);

  --text:         #fdfdfe;
  --text-dim:     #a3b1c6;
  --text-muted:   #6f7f9a;

  --accent:       #facc15;
  --accent-dark:  #ca8a04;
  --accent-dim:   #a16207;
  --accent-glow:  rgba(250, 204, 21, 0.12);

  --emote:        #d946ef;
  --system:       #60a5fa;
  --error:        #ef4444;

  --scrollbar-thumb: rgba(133, 165, 220, 0.22);
  --scrollbar-hover: #facc15;
}
