no message

This commit is contained in:
2025-11-15 14:25:06 +01:00
parent 70c61a1a05
commit 0f6800cd83
3 changed files with 14 additions and 3 deletions

View File

@@ -8,6 +8,14 @@
font-display: swap; font-display: swap;
} }
@font-face {
font-family: "Bratonien2025 Readable";
src: url("../../shared/fonts/CormorantGaramond-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap;
}
/* === Gemeinsame Basis für Türen & Flügel === */ /* === Gemeinsame Basis für Türen & Flügel === */
.door, .door,

View File

@@ -37,7 +37,6 @@
color-mix(in srgb, var(--ci-gold) 15%, #fff9e6) color-mix(in srgb, var(--ci-gold) 15%, #fff9e6)
); );
font-family: "Bratonien2025", serif; /* ← Pinyon Script als Standard */
font-size: 0.96em; /* optisch passend kompensiert */ font-size: 0.96em; /* optisch passend kompensiert */
line-height: 1.35; line-height: 1.35;
@@ -62,7 +61,7 @@
============================================================ */ ============================================================ */
.popup-body.font-readable { .popup-body.font-readable {
font-family: var(--ci-font-readable), serif; /* z.B. Georgia oder Cormorant */ font-family: "Bratonien2025 Readable", serif;
font-size: 1em; font-size: 1em;
line-height: 1.55; line-height: 1.55;
} }
@@ -136,6 +135,8 @@
display: grid; display: grid;
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
gap: clamp(1rem, 2vw, 2.5rem); gap: clamp(1rem, 2vw, 2.5rem);
font-family: "Bratonien2025", serif;
} }
/* Linke Spalte */ /* Linke Spalte */
@@ -256,8 +257,10 @@
TOOLS/Buttons im Header TOOLS/Buttons im Header
=========================================== */ =========================================== */
.popup-header { .popup-header,
.popup-header * {
position: relative; position: relative;
font-family: "Bratonien2025 Readable", serif;
} }
.popup-tools { .popup-tools {