/* Branding layer — Amharic / mixed-script wordmarks and global footer */
.brand-wordmark {
  word-break: break-word;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

body.brand-ethiopic--noto-sans .brand-wordmark {
  font-family: "Noto Sans Ethiopic", ui-sans-serif, system-ui, sans-serif;
}

body.brand-ethiopic--noto-serif .brand-wordmark {
  font-family: "Noto Serif Ethiopic", ui-serif, Georgia, serif;
}

.site-footer a[href^="tel:"] {
  text-decoration: none;
}
