@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
/* Apply Noto Serif to the body, paragraphs, and list items */
body, html, p, li {
    font-family: 'lora', serif !important;
}

/* Apply Noto Serif to all headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'lora', serif !important;
}

