body { font-family: "Noto Sans", sans-serif; }

body { margin-top: 1em; font-family: "Noto Sans", sans-serif; }

.columns.cv-header { margin-bottom: 1.5rem !important; }

.cv-identity .title { margin-bottom: 1.5rem !important; }

.cv-identity .subtitle { margin-bottom: 0.35rem; }

.cv-affiliation { line-height: 1.25; color: #555; }

.portrait-column { padding: 0; }

.portrait-image { border-radius: 50%; width: 7em; height: 7em; object-fit: cover; }

.author-me { font-weight: 600; }

h2 { margin-top: 0.5em !important; margin-bottom: 0.3em !important; }

.columns { margin-bottom: 0 !important; }

.editable-note { color: #666; }

@media (max-width: 600px) {
  .cv-header { text-align: center; }
  .portrait-column { display: flex; justify-content: center; }
  .cv-contact { text-align: center !important; }
}

@media print { html, body { height: auto; font-size: 9pt; /* changing to 10pt has no impact */ } }
