@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400&family=Montserrat:wght@300&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300; /* Light weight for Montserrat */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lora', serif;
    font-weight: 400; /* Light weight for Lora */
}
