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

body {
    font-family: 'Inter', sans-serif;
    background-color:rgb(252, 255, 255);
    color: #333;
}

h1, h2 {
    font-family: 'Merriweather', serif;
}