@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans-300.woff") format("woff"); /* Not in use yet */
  font-weight: 300;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans-500.woff") format("woff"); /* Not in use yet */
  font-weight: 500;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans-700.woff") format("woff"); /* Not in use yet */
  font-weight: 700;
}

@font-face {
  font-family: "Museo Sans Rounded";
  src: url("../fonts/MuseoSansRounded-500-webfont.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Museo Sans Rounded";
  src: url("../fonts/MuseoSansRounded-700-webfont.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Museo Slab";
  src: url("../fonts/museo-slab-500-webfont.woff") format("woff");
  font-weight: 500;
}

* {
  font-family: "Museo Sans Rounded", -apple-system, BlinkMacSystemFont,
    "San Francisco", Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
  color: #363636;
  box-sizing: border-box;
  position: relative;
}

/* Defer styling below the fold to when required */
.agendapunt {
  content-visibility: auto;
  contain-intrinsic-size: 1px 2000px;
}

nav {
  margin-bottom: 48px;
}

div[property="LegalExpression"] {
  border-left: 2px solid #eae4e2;
  padding-left: 18px;
}

body {
  padding-left: 5%;
  padding-right: 5%;
}

.container {
  padding-top: 100px;
  background: url("../images/logo-provant.png") top left no-repeat;
  max-width: 1257px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  margin-bottom: 200px;
}

a:link,
a:visited {
  color: #363636;
}

a:hover,
a:active {
  color: #c30e2e;
}

h1,
h2,
h3,
h4 {
  line-height: 1.2;
}

p,
ul,
ol {
  line-height: 1.5;
}

h1,
h1 span {
  font-size: 2.5rem;
  font-weight: 500;
}

h2,
h2 span {
  font-size: 2rem;
  color: #c30e2e;
  font-family: "Museo Slab", Arial;
}

h3,
h3 span {
  font-size: 1.5rem;
  font-weight: 700;
}

h4,
h4 span {
  font-size: larger;
  font-weight: 700;
}
