@font-face {
  font-family: "digital-clock-font";
  src: url("/assets/css/fonts/digital-7-mono.ttf");
}

[v-cloak] {
  display: none;
}

.container {
  width: 100dvw;
  height: 100dvh;
}

.timer {
  font-family: "digital-clock-font";
}
