:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #232b32;
  background: #fff;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
main { width: min(100% - 48px, 440px); margin: clamp(64px, 12vh, 128px) auto 64px; }
.portrait { display: block; width: 144px; height: 144px; object-fit: cover; border-radius: 3px; margin-bottom: 29px; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 7vw, 2.45rem); line-height: 1.2; font-weight: 400; letter-spacing: -.045em; margin: 0 0 8px; }
p { margin: 0; font-size: 1rem; line-height: 1.65; }
.full-name { color: #6a7278; font-size: .9rem; }
.specialty { margin-top: 13px; color: #414e58; }
.bio { margin-top: 29px; color: #505a62; }
.bio p + p { margin-top: 17px; }
a { color: #344f65; text-decoration-color: #bbc6ce; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.email { display: inline-block; padding: 10px 0; margin-top: 22px; font-size: 1rem; line-height: 1.6; overflow-wrap: anywhere; }
.email span { margin-left: 7px; color: #7c8b96; font-size: .9rem; }
a:hover { color: #111d26; text-decoration-color: currentColor; }
a:focus-visible { outline: 2px solid #344f65; outline-offset: 6px; border-radius: 1px; }
@media (max-width: 480px) { main { margin-top: 48px; } }
