Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400;0,600;1,400&display=swap'); :root { --rose: #c0444a; --rose-light: #f7e8e8; --rose-mid: #e8b4b4; --cream: #fdf6f0; --warm-dark: #2c1a1a; --warm-mid: #5c3d3d; --gold: #c9953a; --text: #3a2020; } body { font-family: 'Lora', Georgia, serif !important; background: var(--cream) !important; color: var(--text) !important; line-height: 1.8; } h1, h2, h3, h4, h5, h6, .entry-title, .site-title { font-family: 'Playfair Display', Georgia, serif !important; } a { color: var(--rose) !important; } a:hover { color: var(--warm-dark) !important; } /* Hide default page title */ .entry-title, .page-title { display: none !important; } /* Make content full width */ .entry-content, .wp-block-post-content, .site-content, .content-area, #content, #main, .page-content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; width: 100% !important; } /* Hide header and footer */ #masthead, .site-header, header.site-header { display: none !important; } #colophon, .site-footer, footer.site-info { display: none !important; }
Skip to contentWelcome to WordPress. This is your first post. Edit or delete it, then start writing!