/* css styles */

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/libertinus-serif');
@import url('https://fonts.cdnfonts.com/css/libertinus-sans');
@import url('https://fonts.cdnfonts.com/css/libertinus-mono');
@import url('https://fonts.cdnfonts.com/css/libertinus-math');
@import url('https://fonts.cdnfonts.com/css/latin-modern-roman');

@font-face {
  font-family: 'TeX Gyre Pagella';
  src: url('static/fonts/texgyrepagella-regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TeX Gyre Pagella';
  src: url('static/fonts/texgyrepagella-bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TeX Gyre Pagella';
  src: url('static/fonts/texgyrepagella-italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'TeX Gyre Pagella';
  src: url('static/fonts/texgyrepagella-bolditalic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}



/* Whole document: */
body{
  /* font-family: "Merriweather Sans"; */
  /* font-family: "Libertinus Sans"; */
  font-family: "TeX Gyre Pagella";
  /* font-size: 16pt; */
  /* line-height: 1.3em; */
  font-weight: 700:;
}

/* Headers */
.navbar-title{
  /* font-family: "Merriweather"; */
  font-family: "TeX Gyre Pagella";
  /* font-weight: bold; */
  font-weight: 600;
}

h1,h2,h3,h4,h5,h6{
  /* font-family: "Merriweather"; */
  font-family: "TeX Gyre Pagella";
  /* font-weight: bold; */
  font-weight: 600;
}

figcaption {
  margin: auto;
  text-align: center;
}


