# CSS for the site

.eb-garamond-700 {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    background-color: HoneyDew;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
  font-size: 90%;
}

.sr {
    font-family: "EB Garamond", serif;
}

.en {
    font-family: "EB Garamond", serif;
}