*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'Smythe';
  src: url('../fonts/Smythe-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourGummy';
  src: url('../fonts/NunitoSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.about-header h1::first-letter,
.about-content h1::first-letter {
  color: black;
  font-size: 3rem;
}

.about-container {
  margin-top: 15dvh;
  padding: 15px;
}

.underline {
  width: 100px;
  height: 4px;
  background: red;
  margin: 8px auto 0;
  border-radius: 2px;
}

.about-header {
  text-align: center;
  margin-bottom: 20px;
}

.about-header h1 {
  font-family: 'Smythe';
  font-size: 2rem;
}

.about-content {
  font-family: 'SourGummy';
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  color: #555;
}

.about-content h1 {
  font-family: 'Smythe';
  font-size: 2rem;
  color: #111;
  margin-bottom: 10px;
}

.about-content h3 {
  font-size: 1.5rem;
  color: #444;
  margin-top: 20px;
}

.about-content p {
  font-size: 1rem;
  margin-bottom: 15px;
}

.about-content ul {
  list-style-type: disc;
  margin: 10px 0 20px 20px;
}

.about-content li {
  margin-bottom: 8px;
}

.about-contact {
  margin-top: 10px;
  background-color: #f9f9f9;
  padding: 15px 20px;
  border-radius: 8px;
  line-height: 1.8;
  color: #666;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.about-link {
  display: inline-block;
  text-decoration: none;
  color: #8e3b4a;
  font-weight: 500;
  transition: color 0.2s;
}

.about-link:hover {
  color: #b784a7;
}
