@font-face {
  font-family: "TP3VF";
  src: url("./TP3VF.woff") format("woff");
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

#clock-container {
  width: 100%;
  text-align: center;
  font-family: "TP3VF", sans-serif;
  font-size: 172px;
  color: #000000;
  -webkit-text-stroke: 2px #000000;

  /* 초기값 */
  font-variation-settings: "wght" 30;

  position: relative;
  z-index: 10;
  line-height: 1;
}
