@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Special+Elite&display=swap');

/* Layout tweaks */
.about-page {
  max-width: 900px;
  margin: auto;
}

.about-img {
  float: right;
  width: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.about-content p {
  line-height: 1.7;
  font-size: 1.1rem;
}

.projects-list {
  list-style: none;
  padding: 0;
}

.project {
  margin-bottom: 32px;
}

/* 🖋️ Font usage */
body {
  font-family: 'Hammersmith One', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Special Elite', cursive;
}

p {
  font-family: "Space Mono", monospace;
}
