/* style.css */

/* Google Fontsの読み込み */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/* タイムラインの丸など、Tailwindで表現しにくいユニークなスタイルのみ残す */
.time-point {
  position: absolute;
  left: -1.5rem;
  top: 1.25rem;
  width: 1rem;
  height: 1rem;
  background-color: white;
  border: 2px solid #60a5fa;
  border-radius: 9999px;
}

.fa-star {
  cursor: pointer;
}
