@font-face {
  font-family: 'FF Enzo';
  src: url('/assets/fonts/EnzoWeb\ W03\ Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'FF Enzo';
  src: url('/assets/fonts/EnzoWeb\ W03\ Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/assets/fonts/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/assets/fonts/SourceSansPro-Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/assets/fonts/SourceSansPro-Italic.ttf') format('truetype');
  font-style: italic;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/assets/fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

body {
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  font-size: 19px;
  color: #323232;
  line-height: 1.6;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-family: 'FF Enzo', Helvetica, sans-serif;
  margin-top: 0;
  line-height: 1.1;
  margin-bottom:0px;
}

h2 {
  font-size:54px;
}

h3 {
  font-size:27px;
  margin-bottom:16px;
  line-height: 1.1;
}

h4 {
  font-weight:bold;
  font-size:15px;
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  margin:0;
  padding:0;
}

.large-title {
  font-size: 43px;
  line-height: 1.1;
    font-family: 'FF Enzo',
    Helvetica,
    sans-serif;

}
@media screen and (max-width: 768px) {
  .large-title {
    font-size: 39px;
    line-height: 1.1;
  }
}

.regular-title {
  font-size: 26px;
    font-family: 'FF Enzo',
    Helvetica,
    sans-serif;

}
@media screen and (max-width: 768px) {
  .regular-title {
    font-size: 23px
  }
}

.small-title {
  text-transform: uppercase;
  font-weight:bold;
  font-size: 18px;
    font-family: 'FF Enzo',
    Helvetica,
    sans-serif;

}

a {
  color:currentColor;
}

ul {
  margin: 0;
  padding: 0;
  list-style-position:inside;
}

.section--headline {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section--circle {
  transform: rotate(-10deg);
  display: flex;
  width: 120px;
  height: 120px;
  border: 2px solid currentColor;
  border-radius: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 65%;
  margin-bottom:35px;
}
