/* Umbraset brand mark — the official wordmark logo.
   Loaded on EVERY page via fragments/head.html so the logo is identical app-wide.
   "umbra" in ink, "set" in coral, Space Grotesk 700. Always sits upper-left in navs. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@600;700&family=IBM+Plex+Mono:wght@400;500&display=swap');

.umbraset-logo{
    display:inline-flex; align-items:center;
    font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
    font-weight:700; font-size:19px; letter-spacing:-.02em; line-height:1;
    color:#16202e; text-decoration:none; white-space:nowrap;
}
.umbraset-logo > span{ color:#d85a30; }      /* "set" in coral */
.umbraset-logo:hover{ text-decoration:none; color:#16202e; }
