/*
This file contains styling specific to VS Char related pages
*/
body {
  background-image: url("backgrounds/main.png");
  background-size: cover;
}

/*
Things here have "!important" to overwrite other css!
*/
.secret {
  font-size: xx-small !important;
  color: transparent !important;
}

.charTalk {
  color: orange;
  font-weight: bold;
  font-size: x-large;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.plexiTalk {
  color: crimson;
  font-weight: bold;
  font-size: x-large;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}