/*
 * PTCG Telop - Custom User Styles
 */

.Mugen {
  /* --- Add your custom variable overrides here --- */
  --asset-first-move: url("/assets/ptcg-telop/Mugen/first_move.png");
  --asset-second-move: url("/assets/ptcg-telop/Mugen/second_move.png");
  --main-color: #2c2c2c;
  --first-color: #0D0008;
  --stroke-color: #FC9700;
  --second-color: #340436;
  --third-color: #4a003f;
  --font-main-lang: 'PTCG-Main-Mugen';
  --font-player-lang: 'Font-Player-Mugen';
}

/* --- You can also add your own full CSS rules below --- */
.Mugen .pokemon-name {
  color: var(--stroke-color);
  font-weight: 900;
}

@font-face {
  font-family: 'Font-Player-Mugen';
  src: url("/assets/ptcg-telop/Mugen/ZenOldMincho-Black.ttf") format('truetype');
  font-weight: 900;
}

@font-face {
  font-family: 'PTCG-Main-Mugen';
  src: url("/assets/ptcg-telop/Mugen/FOT-MatissePro-L.otf") format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'PTCG-Main-Mugen';
  src: url("/assets/ptcg-telop/Mugen/FOT-MatissePro-M.otf") format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'PTCG-Main-Mugen';
  src: url("/assets/ptcg-telop/Mugen/FOT-MatissePro-DB.otf") format('opentype');
  font-weight: 600;
}

@font-face {
  font-family: 'PTCG-Main-Mugen';
  src: url("/assets/ptcg-telop/Mugen/FOT-MatissePro-B.otf") format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'PTCG-Main-Mugen';
  src: url("/assets/ptcg-telop/Mugen/FOT-MatissePro-EB.otf") format('opentype');
  font-weight: 800;
}

@font-face {
  font-family: 'PTCG-Main-Mugen';
  src: url("/assets/ptcg-telop/Mugen/FOT-MatissePro-UB.otf") format('opentype');
  font-weight: 900;
}