h1 {font-size: 2rem;}
.post-date, .excerpt-view p time {color: var(--border-light);}

.notice,
.notice.announce,
.notice.tip,
.notice.warning {
  position: relative;
  padding-left: 4rem;
}

.notice::before,
.notice.announce::before,
.notice.tip::before,
.notice.warning:before {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  line-height: 1;
}

.notice::before {
  content: "📝";
}

.notice.announce::before {
  content: "📣";
}

.notice.tip::before {
  content: "💡";
}

.notice.warning::before {
  content: "⚠️";
}