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-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 === */
.door,

View File

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