﻿.font_futura {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_futura_bold {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_futura_black {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_agenda {
  font-family: "agenda";
}
.template .sitemap__parent ul {
  margin-left: 20px;
  list-style: initial;
}
.template .sitemap a {
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #696E6D;
}
.template .sitemap a:hover {
  text-decoration: underline;
  color: #3F2074;
}