:root{ --td-primary:#0d6efd; --td-accent:#6610f2; }

body{ font-feature-settings:"liga" 1; text-rendering:optimizeLegibility; }
.td-hero{ color:#fff; min-height:40vh; display:flex; align-items:center; }
@media (min-width:1200px){ .td-hero{ min-height:60vh; } }

a{ text-decoration:none; }
a:hover{ text-decoration:underline; }

/* Dark-mode niceties */
html[data-bs-theme="dark"] .td-header,
html[data-bs-theme="dark"] .td-footer { background-color: #111 !important; }
#td-theme-toggle .fa-sun, #td-theme-toggle .fa-moon { width: 1.25rem; }
