@font-face {
  font-family: "BornStrong-BoldRough";
  src: url("/fonts/Born_Strong_Bold_Rough.woff") format("woff");
}
@font-face {
  font-family: "GoldenPepperDemo";
  src: url("/fonts/Golden_Pepper_Demo.woff");
}
@font-face {
  font-family: "LightShade";
  src: url("/fonts/Light_Shade.ttf");
}
@font-face {
  font-family: "SummerbeeRegular";
  src: url("/fonts/Summerbee.ttf");
}

body {
  font-family: system-ui;
  background: linear-gradient(-45deg, #ee7752, #e60118, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  color: white;
  height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  row-gap: 0;
}

h1 {
  font-size: 11rem;
  text-align: center;
}

#timer {
  color: white;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
}

@font-face {
  font-family: "BornStrong-BoldRough";
  src: url(https://bolkki.fi/fonts/Born_Strong_Bold_Rough.woff);
}

.laskuri {
  font-family: "BornStrong-BoldRough";
  font-weight: 800;
  font-size: 106px;
  fill: white;
}

.counter {
  font-family: 'SummerbeeRegular';
  font-size:92px;
  text-anchor: middle;
  fill:white;
}
