.roboto {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
}

.roboto-condensed {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
}

body {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}


.timeline-container {
  position: relative;
  padding-left: 40px;
  border-left: 2px solid #ccc;
  margin: 40px 0;
}

.timeline-line {
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ccc;
  border-radius: 2px;
}

.timeline-content h3 {
  position: relative;
  margin-bottom: 1em;
}

.timeline-content h3::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #888;
  border-radius: 50%;
}


.sticker {
  position: fixed;
  width: 100px;
  height: auto;
  z-index: 9999;
  pointer-events: none;
}

.sticker-left-bottom {
  left: 10px;
  bottom: 10px;
}

.sticker-right-bottom {
  right: 10px;
  bottom: 10px;
}

.sticker-right-top {
  right: 10px;
  top: 10px;
}


body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: white;
  margin: 0;
  padding: 0;
}

.pretty {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
}


.letter-box {
  max-width: 720px;
  margin: 80px auto;
  background: #fffdf8;
  padding: 60px;
  border-radius: 14px;
  box-shadow: 0 0 20px rgba(0,0,0,0.07);
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: #3e3e3e;
  animation: fadeIn 1.2s ease-in;
}

.letter-body {
  white-space: pre-line;
  text-indent: 2em;
}


.cute-button-wrapper {
  text-align: center;
  margin-top: 2em;
}

.cute-button {
  display: inline-block;
  background-color: #ffccdd;
  color: #5a3e45;
  padding: 0.6em 1.2em;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.05em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
}

.cute-button:hover {
  background-color: #ffeaf0;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
code,
pre {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
  padding: 0;
  border: none;
}


.sleepylily-footer {
  text-align: center;
  font-size: 0.9rem;
  color: #777;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.8rem;
  font-family: "Noto Serif TC", serif;
}

.bg-sleepylily {
  background-color: #fff0f5;
  color: #5a3e4d;
  padding: 10px;
  border-radius: 8px;
}

.bg-viggo {
  background-color: #e0f7fa;
  color: #004d40;
  padding: 10px;
  border-radius: 8px;
}