/*
 * PTCG Telop - Custom User Styles
 */

.Red {
  /* --- Add your custom variable overrides here --- */
  --main-color: #9E0200;
  --first-color: #761201;
  --second-color: #350C03;
  --third-color: #850006;
  --stroke-color: #FFD759;
  --ability-tag-color: red;
  color: var(--stroke-color)
}

/* --- You can also add your own full CSS rules below --- */