@font-face {
  font-family: 'Mulish';
  src: url('fonts/mulish-v12-latin-regular.woff2') format('woff2'),
       url('fonts/mulish-v12-latin-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mulish';
  src: url('fonts/mulish-v12-latin-800.woff2') format('woff2'),
       url('fonts/mulish-v12-latin-800.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
body {
  padding: 0;
  font-family: 'Mulish', Arial, sans-serif;
  background: #002b36;
  color: #93a1a1;
}
.container {
  max-width: 400px;
  margin: 60px auto;
  padding: 2rem;
  background: #073642;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.25);
  text-align: center;
}
.profile-pic {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #586e75;
  margin-bottom: 1.2rem;
}
h1 {
  font-size: 2rem;
  margin: 0.2em 0 0.1em 0;
  font-weight: bold;
  color: #b58900;
}
.tagline {
  font-size: 1.1rem;
  color: #839496;
  margin-bottom: 0.2em;
}
.subtitle {
  font-size: 1rem;
  color: #586e75;
  margin-bottom: 1em;
}
.contact a {
  color: #268bd2;
  text-decoration: none;
  font-weight: bold;
}
.socials {
  margin-top: 1.2em;
  font-size: 1.1em;
}
.socials a {
  color: #93a1a1;
  text-decoration: none;
  margin: 0 0.3em;
}
.socials a:hover {
  text-decoration: underline;
  color: #2aa198;
}
