/* Rheinvest — Google Fonts Import
 * Fraunces (Heading): 400, 700, 900
 * Urbanist (Body):    300, 400, 500, 600, 700
 */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,700;0,9..144,900;1,9..144,400&family=Urbanist:wght@300;400;500;600;700&display=swap');

/* Font-Face Fallback (falls Google Fonts geblockt werden) */
:root {
    --plattf-font-head: 'Fraunces', 'Georgia', 'Times New Roman', serif;
    --plattf-font-body: 'Urbanist', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
