/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc. Tried to add random line for commit and rebuild.
*/

@import url('https://fonts.googleapis.com/css2?family=Ancizar+Serif:ital,wght@0,300..900;1,300..900&family=SUSE:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: 'Ancizar Serif', serif;
}

h1, h2, h3, h4, h5, h6,
.title {
  font-family: 'Ancizar Serif', serif;
}

.content {
  font-family: 'Ancizar Serif', sans-serif;
}