@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/LibreBaskerville-Regular.woff2') format('woff2'), url('../fonts/LibreBaskerville-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Libre Baskerville';
     font-style: italic;
     font-weight: normal;
     src: url('../fonts/LibreBaskerville-Italic.woff2') format('woff2'), url('../fonts/LibreBaskerville-Italic.woff') format('woff');
     font-display: swap;
}
@font-face {
  font-family: 'Libre Baskerville';
     font-style: normal;
     font-weight: bold;
     src: url('../fonts/LibreBaskerville-Bold.woff2') format('woff2'), url('../fonts/LibreBaskerville-Bold.woff') format('woff');
     font-display: swap;
}
a {
  text-decoration: none;
}
a:link {
  color: #005f69;
}
a:visited {
  color: #008f9d;
}
a:hover {
  color: #07ada5;
}
a:active {
  background-color: #faf4d4;
}
