@font-face{
  font-family: AlegreyaSansRegular;
  src: url('../fonts/AlegreyaSans-Regular.ttf');
}

@font-face{
  font-family: AlegreyaSansMedium;
  src: url('../fonts/AlegreyaSans-Medium.ttf');
}

@font-face{
  font-family: AlegreyaSansBold;
  src: url('../fonts/AlegreyaSans-Bold.ttf');
}

body {
  font-family: "AlegreyaSansMedium", sans-serif;
  color: #222222;
}

p, a {
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "AlegreyaSansMedium", sans-serif;
}

a {
  text-decoration: none;
  color: #ed0909;
}

a:hover {
  color: #16479b;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "AlegreyaSansBold", sans-serif;
  letter-spacing: 1px;
}

ul li {
  font-family: "AlegreyaSansMedium", sans-serif;
  letter-spacing: 1px;
}

/*  Back to top button  */
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ed0909;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.read_more:hover {
  border-bottom: 2px solid #16479b;
  text-decoration: none;
  color: #16479b;
}