File size: 342 Bytes
0554460 6196e73 0554460 6196e73 0554460 6196e73 0554460 | 1 2 3 4 5 6 7 8 9 10 11 12 | /* Base Styles */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap');
body {
font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4 {
font-family: 'Playfair Display', serif;
}
/* Custom Components will have their own styles via Shadow DOM */ |