/* @import url('https://fonts.googleapis.com/css?family=Fira+Mono&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400&display=swap');

/* @font-face {
  font-family: "Faune";
  src: url("faune-woff/Faune-Text_Regular.woff") format("woff"),
       url("faune-ttf/Faune-Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Faune";
  src: url("faune-woff/Faune-Text_Italic.woff") format("woff"),
  url("faune-ttf/Faune-Text_Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Faune";
  src: url("faune-woff/Faune-Text_Bold.woff") format("woff"),
  url("faune-ttf/Faune-Text_Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
} */


*{
  box-sizing: inherit;
}

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Fira Mono', monospace; */
  font-family: 'Playfair Display', serif;
  /* font-family: 'Faune', serif; */
  background-color: rgb(250, 255, 250);
}

/* p{
  margin:0;
} */

a{
  /* color: rgb(0,0,255); */
  color: rgb(0,100,0);
  text-decoration: none;
}

a:hover{
  color: rgb(0,0,0);
}

header{
  position:sticky;
  top:0px;
  display:flex;
  justify-content: center;
}

.i{font-style: italic;}
.b{font-weight:bold}
