/*
Theme Name: Dornhoff
Theme URI: https://www.dornhoff.de
Author: Chris Dornhoff
Description: Onepager mit Scroll-Video-Hero, Lebenslauf und Impressum. Design: Modernist.
Version: 1.5
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: dornhoff
*/
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: var(--color-accent); }
a:hover { color: var(--color-accent-700); }
@keyframes cueDrift { 0%,100% { transform: translateY(0); opacity: .9 } 50% { transform: translateY(8px); opacity: .45 } }

.dh-brand { display: inline-flex; align-items: center; gap: .6em; }
.dh-brand .dh-logo { height: 1.7em; width: auto; display: block; }
.dh-brand-sep { font-weight: 400; opacity: .5; }
