/*
 *  Fonts sourced from:
 *  https://fonts.google.com/
 *
 *  To change the font do this:
 *  - Find the font you want on the fonts.google.com site.
 *  - On the website click the (+) to select the font. Font is
 *    added to a panel on bottom right of the window.
 *  - Open the panel and click @IMPORT tab.
 *  - Copy/paste the line between <style>..</style> to add the @import line below.
 *  - Copy/paste the "Specify in CSS" line to add into the html {..} section below.
 *
 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&display=swap');


html {
  /* font-family: 'Noto Sans', sans-serif; */
  font-family: 'Merriweather', serif;
}