body {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
  background-color: #f5f5f5;
}

text{
  dominant-baseline: middle;
  text-anchor: middle;
  font-family: 'Roboto', sans-serif;
}

.thin_line{
  stroke: gray;
  stroke-width: 1;
}

.thick_line{
  stroke: #333;
  stroke-width: 1.8;
}

.fixed_font{
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 1.2em;
}

.unfixed_font{
  /* font-family: 'DiggityMedium'; */
  font-family: 'DancingScriptRegular';
  font-weight: bold;
  font-size: 1.3em;
}

@font-face {
  font-family: 'DancingScriptRegular';
  src: url('../css/dancing/DancingScript-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
