@font-face {
  font-family: 'Pretendard';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('./PretendardVariable.woff2') format('woff2-variations');
}


* {
  box-sizing: border-box;
  font-family: 'Pretendard', sans-serif;
}

html,
body {
  background: linear-gradient(180deg, #fff4f8 0%, #ffe7f0 100%);
  color: #4a4045;
  min-height: 100%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
}

body section {
  max-width: 400px;
  width: 100%;
  background-color: #ffffff;
  padding: 40px 28px 28px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #ffe0ec;
  box-shadow: 0 18px 44px rgba(255, 91, 147, .14);
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

body section .brand-logo {
  height: 26px;
  width: auto;
  margin: 0 auto 22px;
}

body section h1 {
  font-size: 24px;
  color: #ff5b93;
  font-weight: 700;
}

body section h2 {
  font-size: 19px;
  color: #2b2f38;
  font-weight: 600;
  margin-top: 6px;
}

body section div {
  word-break: keep-all;
  padding: 22px 0;
  line-height: 1.6;
  color: #5a515a;
}

body section div + div {
  padding-top: 0;
}

body section div strong {
  color: #ff5b93;
  font-weight: 600;
}

body section a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  background-color: #ff5b93;
  border-radius: 12px;
  padding: 14px 20px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(255, 91, 147, .28);
  transition: background-color .15s ease;
}

body section a:hover {
  background-color: #f43e7f;
}

body section a strong {
  color: #ffffff;
  font-weight: 700;
}
