@charset "UTF-8";
@font-face {
font-family: "Source Sans Pro";
src: url(/assets/fonts/sourcesans-regular.woff2) format("woff2"),
url(/assets/fonts/sourcesans-regular.woff) format("woff");
font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
font-family: "Source Sans Pro";
src: url(/assets/fonts/sourcesans-semibold.woff2) format("woff2"),
url(/assets/fonts/sourcesans-semibold.woff) format("woff");
font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
font-family: "Source Sans Pro Fallback"; src: local("Arial");
size-adjust: 118.26%; ascent-override: 63.42%; descent-override: 21.14%; line-gap-override: 0%;
}
@font-face {
font-family: "Cinzel Fallback"; src: local("Times New Roman");
size-adjust: 162.27%; ascent-override: 60.15%; descent-override: 22.93%; line-gap-override: 0%;
}
@font-face {
font-family: "EB Garamond Fallback"; src: local("Georgia");
size-adjust: 112.04%; ascent-override: 89.88%; descent-override: 26.60%; line-gap-override: 0%;
}
:root {
--font-body:     "Source Sans Pro", "Source Sans Pro Fallback", system-ui, sans-serif;
--font-display:  "Cinzel", "Cinzel Fallback", Georgia, serif;        
--font-wordmark: "Cinzel", "Cinzel Fallback", Georgia, serif;        
--font-maxim:    "EB Garamond", "EB Garamond Fallback", Georgia, serif; 
--bronze: #A6743A; --gold: #CBA044; --ember: #D2552A; --ember-deep: #9E2B17;
--molten: linear-gradient(180deg, var(--ember) 0%, var(--gold) 50%, var(--bronze) 100%);
--st-ok: #3E9B5F; --st-warn: #C9963B; --st-bad: #C0392B; --st-grace: #8A7BB8;
--step--1: clamp(0.75rem, 1.6vw, 0.8125rem);
--step-0:  1.0625rem;
--step-1:  clamp(1.25rem, 2.4vw, 1.5rem);
--step-2:  clamp(1.625rem, 4vw, 2.5rem);
--display: clamp(2rem, 4.6vw, 2.9rem);
--measure: 60ch;
--container: 1080px;
--pad-x: 28px;
--radius: 2px;                 
--nav-h: 60px;                 
}
html[lang="el"] {
--font-display: "EB Garamond", "EB Garamond Fallback", Georgia, serif;
}
:root[data-theme="dark"] {
color-scheme: dark;
--bg: #15120E; --bg-2: #1E1913; --fg: #EFE6D4; --muted: #A4977F; --panel: #1B160F;
--line: #352C20; --hair: #2A2218;
--accent-ink: #E0692F;
--label-ink: #AB7A40;           
--wm: #F1E8D6;
--glow-rest: 0 0 30px rgba(210,85,42,.30);
--torch-glow: 0 0 18px rgba(210,85,42,.45);
--carve-ink: #0D0B08;
--carve-relief: 0 1px 0 rgba(239,230,212,.10), 0 -2px 4px rgba(0,0,0,.55);
}
:root[data-theme="light"] {
color-scheme: light;
--bg: #EFE9DC; --bg-2: #F7F2E7; --fg: #221E18; --muted: #6B6253; --panel: #E7DFCF;
--line: #D8CCB6; --hair: #E0D6C2;
--accent-ink: #9E2B17;          
--label-ink: #7A5326;           
--wm: #221E18;
--glow-rest: none;
--torch-glow: 0 0 8px rgba(210,85,42,.25);
--carve-ink: #CDC1AA;
--carve-relief: 0 1px 0 rgba(255,255,255,.85), 0 -2px 4px rgba(34,30,24,.20);
}
