@font-face {
  font-family: Specialgothiccondensedone;
  src: url('../fonts/SpecialGothicCondensedOne-Regular.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yanonekaffeesatz;
  src: url('../fonts/YanoneKaffeesatz-Bold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yanonekaffeesatz;
  src: url('../fonts/YanoneKaffeesatz-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yanonekaffeesatz;
  src: url('../fonts/YanoneKaffeesatz-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yanonekaffeesatz;
  src: url('../fonts/YanoneKaffeesatz-ExtraLight.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yanonekaffeesatz;
  src: url('../fonts/YanoneKaffeesatz-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

a {
  color: #006613;
  font-weight: 700;
  text-decoration: underline;
}

.section {
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  padding-bottom: 5px;
}

.section.footer {
  color: #4b8731;
  background-color: #4b8731;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 5px;
  display: flex;
}

.section.colour-block {
  background-color: #174b00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section.full-image-block {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 650px;
  overflow: hidden;
}

.section.hero-block {
  margin-top: 20px;
  margin-bottom: 40px;
}

.section.inline-images {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section.page-heading {
  background-color: #e6e6e6;
  margin-top: 0;
  padding-top: 0;
}

.section.spacer {
  margin-bottom: 30px;
}

.section.cta {
  background-color: #dbdbdb;
}

.container {
  background-color: #fdf9f900;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.container.nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container.content {
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.container.content-copy {
  max-width: 1300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container.image-flex {
  max-width: 1500px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.flex {
  justify-content: center;
  align-items: flex-start;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.flex.footer {
  max-width: 1200px;
}

.container.flex-special {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
}

.container.slider-block {
  background-color: #fff9;
  max-width: none;
}

.heading-1 {
  color: #4b8731;
  text-align: center;
  border-bottom: 1px #4b8731;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Yanonekaffeesatz, Arial, sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.heading-1.special {
  border-bottom-style: none;
}

.brand {
  width: 18%;
}

.navigation {
  background-color: #e1ebdd00;
  border-bottom: 1px solid #4b8731;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 5px;
  display: block;
}

.nav-text {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
}

.nav-text:hover {
  background-color: #dfdfdf;
}

.nav-text.w--current {
  color: #4b8731;
}

.image {
  width: 100%;
  max-width: none;
}

.heading-2 {
  color: #888;
  border-bottom: 1px solid #888;
  width: 100%;
  margin-bottom: 15px;
  font-family: Yanonekaffeesatz, Arial, sans-serif;
  font-weight: 500;
}

.paragraph {
  width: auto;
  max-width: 970px;
  margin-bottom: 15px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.paragraph.footer-text {
  color: #fdfffc;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
}

.paragraph.story-date {
  color: #174b00;
  font-style: normal;
  font-weight: 400;
}

.paragraph.indent {
  margin-bottom: 0;
  margin-left: 40px;
}

.paragraph.extra-space {
  margin-bottom: 35px;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.slider-content {
  width: 100%;
  height: 100%;
}

.slider-image {
  width: 100%;
  height: auto;
}

.text-block {
  color: #226106;
  margin-top: 10px;
  font-family: Yanonekaffeesatz, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.text-block.special {
  color: #fff;
  background-color: #82bd69;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 20px;
  font-size: 40px;
  line-height: 50px;
}

.text-block.slider-title {
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 3px;
  font-size: 38px;
  font-weight: 400;
  text-decoration: none;
}

.body {
  font-family: Droid Sans, sans-serif;
}

.bold-text {
  font-family: Lato, sans-serif;
}

.list-block {
  margin-bottom: 19px;
}

.list-item {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 24px;
}

.list-item:hover {
  opacity: .6;
}

.list-item.special {
  margin-bottom: -12px;
}

.flex-block {
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.flex-child {
  flex-flow: column;
  flex: 0 24%;
  margin-left: .5%;
  margin-right: .5%;
  display: flex;
}

.flex-child.header-image {
  flex-basis: 32.33%;
}

.flex-child.inline-pictures {
  flex-basis: 32.333%;
}

.photo-caption {
  color: #174b00;
  text-align: left;
  width: 100%;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-style: italic;
}

.photo-caption.centred {
  text-align: center;
}

.nav-menu {
  flex-flow: column;
  display: block;
}

.link {
  color: #4b8731;
}

.link.footer-item {
  margin-left: 30px;
  margin-right: 30px;
}

.button {
  color: #174b00;
  background-color: #fff;
  border: 1px solid #4b8731;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 15px;
}

.button:hover {
  color: #fff;
  background-color: #4b8731;
  border-color: #fff;
}

.button.inline {
  color: #fff;
  background-color: #08851f;
}

.button.inline:hover {
  background-color: #69c57a;
}

.text-special {
  color: #fcfcfc;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.text-special.footer-text {
  color: #fdfffc;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.bold-text-2 {
  padding-left: 5px;
  padding-right: 5px;
}

.poject-block {
  flex-flow: wrap;
  margin-bottom: 25px;
  display: flex;
}

.heading-3 {
  color: #888;
  width: 100%;
  font-family: Yanonekaffeesatz, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.heading-3.story {
  margin-top: 0;
  margin-bottom: 15px;
}

.heading-3.projects {
  margin-top: 10px;
}

.project-image-cont {
  width: 60%;
}

.column-container {
  float: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 49%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  margin-bottom: 20px;
  margin-right: 0%;
  padding-bottom: 0;
  display: flex;
}

.columns-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-text {
  color: #1b4707;
  width: 40%;
  margin-left: 10px;
  padding-left: 0;
  padding-right: 20px;
  font-size: 15px;
  font-style: italic;
  line-height: 18px;
}

.full-image-header {
  background-color: #0000;
  background-image: url('../images/Hedge-planting-Rushett-Farm-desktop.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin-top: 0;
  margin-bottom: 30px;
}

.full-image-header.footer {
  color: #4b8731;
  background-color: #4b8731;
  height: 50px;
}

.full-image-header.colour-block {
  background-color: #82bd69;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 0;
  display: flex;
}

.full-image-header.full-image-block {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 650px;
  overflow: hidden;
}

.full-image-header.hero-block {
  margin-top: 20px;
  margin-bottom: 40px;
}

.full-image-header.inline-images {
  margin-bottom: 30px;
}

.full-image-header-2 {
  background-color: #0000;
  background-image: url('../images/View-from-Denbies-Hillside-desktop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin-top: 0;
  margin-bottom: 30px;
}

.full-image-header-2.footer {
  color: #4b8731;
  background-color: #4b8731;
  height: 50px;
}

.full-image-header-2.colour-block {
  background-color: #82bd69;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 0;
  display: flex;
}

.full-image-header-2.full-image-block {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 650px;
  overflow: hidden;
}

.full-image-header-2.hero-block {
  margin-top: 20px;
  margin-bottom: 40px;
}

.full-image-header-2.inline-images {
  margin-bottom: 30px;
}

.fulll-image-header-3 {
  background-color: #0000;
  background-image: url('../images/Lower-mole-trust-desktop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 480px;
  margin-top: 0;
  margin-bottom: 30px;
}

.fulll-image-header-3.footer {
  color: #4b8731;
  background-color: #4b8731;
  height: 50px;
}

.fulll-image-header-3.colour-block {
  background-color: #82bd69;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 0;
  display: flex;
}

.fulll-image-header-3.full-image-block {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 650px;
  overflow: hidden;
}

.fulll-image-header-3.hero-block {
  margin-top: 20px;
  margin-bottom: 40px;
}

.fulll-image-header-3.inline-images {
  margin-bottom: 30px;
}

.slider-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
  display: flex;
}

.slide {
  background-image: url('../images/Adonis-Blue-full-image-header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.mask {
  width: 100%;
}

.slide-2 {
  background-image: url('../images/Epsom-landscape.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/LMCT-Peope-slider-version.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-nav-item {
  color: #79b260;
  font-weight: 400;
}

.footer-nav-item:hover {
  opacity: .81;
  color: #fdfdfd;
}

.footer-nav-item.w--current {
  color: #fdfffd;
}

.footer-nav {
  margin-left: 13px;
  margin-right: 13px;
}

.form-field {
  margin-bottom: 15px;
}

.form {
  margin-top: 30px;
}

.check-box {
  margin-bottom: 15px;
  padding-top: 5px;
}

.footnote {
  margin-top: 20px;
}

.story-wrapper {
  float: none;
  border-bottom: 1px solid #174b00;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.story-text {
  float: left;
  width: 68%;
}

.story-text.right {
  float: right;
}

.div-block, .image-container {
  float: right;
  width: 30%;
}

.image-container.full {
  width: auto;
}

.image-container.left {
  float: left;
}

.footer-text-block {
  margin-left: 15px;
  margin-right: 15px;
}

.footer-text-block.white {
  color: #fcfcfc;
}

.fulll-image-header-5 {
  background-color: #0000;
  background-image: url('../images/bluebells-desktop.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 480px;
  margin-top: 0;
  margin-bottom: 30px;
}

.fulll-image-header-5.footer {
  color: #4b8731;
  background-color: #4b8731;
  height: 50px;
}

.fulll-image-header-5.colour-block {
  background-color: #82bd69;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 0;
  display: flex;
}

.fulll-image-header-5.full-image-block {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 650px;
  overflow: hidden;
}

.fulll-image-header-5.hero-block {
  margin-top: 20px;
  margin-bottom: 40px;
}

.fulll-image-header-5.inline-images {
  margin-bottom: 30px;
}

.fulll-image-header-6 {
  background-color: #0000;
  background-image: url('../images/Small-Purple-barred-moth-desktop.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 500px;
  margin-top: 0;
  margin-bottom: 30px;
}

.fulll-image-header-6.footer {
  color: #4b8731;
  background-color: #4b8731;
  height: 50px;
}

.fulll-image-header-6.colour-block {
  background-color: #82bd69;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 0;
  display: flex;
}

.fulll-image-header-6.full-image-block {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 650px;
  overflow: hidden;
}

.fulll-image-header-6.hero-block {
  margin-top: 20px;
  margin-bottom: 40px;
}

.fulll-image-header-6.inline-images {
  margin-bottom: 30px;
}

.top-image-caption {
  color: #065c02;
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .heading-1 {
    font-size: 34px;
    line-height: 38px;
  }

  .brand, .brand.w--current {
    width: 22%;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .paragraph {
    line-height: 20px;
  }

  .text-block.slider-title {
    font-size: 34px;
  }

  .photo-caption {
    line-height: 18px;
  }

  .column-container {
    width: 50%;
  }

  .full-image-header {
    background-image: url('../images/Hedge-planting-Rushett-Farm-tablet.jpg'), url('../images/Hedge-planting-Rushett-Farm-desktop.jpg');
    background-position: 50%, 50% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    height: 440px;
    margin-bottom: 25px;
  }

  .full-image-header-2 {
    background-image: url('../images/View-from-Denbies-Hillside-Tablet.jpg');
    height: 450px;
  }

  .fulll-image-header-3 {
    background-image: url('../images/Lower-mole-trust-Tablet.jpg');
    height: 450px;
  }

  .slider-2 {
    height: 480px;
  }

  .slide {
    background-image: url('../images/Adonis-Blue-Tablet.jpg');
  }

  .slide-2 {
    background-image: url('../images/Epsom-Common-Tablet.jpg');
  }

  .slide-3 {
    background-image: url('../images/LMCT-Peope-Tablet.jpg');
    background-position: 50%;
  }

  .fulll-image-header-5 {
    background-image: url('../images/Bluebells-Tablet.jpg');
    background-position: 50%;
    height: 450px;
  }

  .fulll-image-header-6 {
    background-image: url('../images/Small-Purple-barred-moth-Tablet.jpg');
    background-position: 50%;
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .container.flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.flex-special {
    flex-flow: wrap;
  }

  .heading-1 {
    font-size: 28px;
    line-height: 32px;
  }

  .brand.w--current {
    width: 22%;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph {
    font-size: 13px;
    line-height: 18px;
  }

  .text-block.slider-title {
    font-size: 28px;
  }

  .flex-child.inline-pictures {
    flex-flow: column;
    flex: 0 49%;
    display: flex;
  }

  .photo-caption {
    font-size: 13px;
    line-height: 15px;
  }

  .photo-caption.centred {
    margin-bottom: 12px;
  }

  .heading-3.story {
    font-size: 22px;
  }

  .column-container {
    width: 75%;
  }

  .full-image-header {
    background-image: url('../images/Hedge-planting-Rushett-Farm-MobL.jpg'), url('../images/Hedge-planting-Rushett-Farm-tablet.jpg'), url('../images/Hedge-planting-Rushett-Farm-desktop.jpg');
    background-position: 50% 100%, 50%, 50% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, auto, cover;
    height: 270px;
    margin-bottom: 0;
  }

  .full-image-header-2 {
    background-image: url('../images/View-from-Denbies-Hillside-MobL.jpg');
    height: 270px;
  }

  .fulll-image-header-3 {
    background-image: url('../images/Lower-mole-trust-MobL.jpg');
    height: 270px;
  }

  .slider-2 {
    height: 300px;
  }

  .slide {
    background-image: url('../images/Adonis-Blue-MobL.jpg');
  }

  .slide-2 {
    background-image: url('../images/Epsom-Common-MobL.jpg');
  }

  .slide-3 {
    background-image: url('../images/LMCT-Peope-MobL.jpg');
  }

  .footer-nav-item {
    flex-flow: row;
    margin-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .footer-nav-item.w--current {
    padding-left: 21px;
    padding-right: 21px;
  }

  .fulll-image-header-5 {
    background-image: url('../images/Bluebells-MobL.jpg');
    height: 270px;
  }

  .fulll-image-header-6 {
    background-image: url('../images/Small-Purple-barred-moth-MobL.jpg');
    background-position: 50%;
    height: 270px;
  }
}

@media screen and (max-width: 479px) {
  .section.colour-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container.content {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 39px;
    padding-right: 39px;
  }

  .container.flex-special {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-1 {
    font-size: 24px;
    line-height: 27px;
  }

  .brand, .brand.w--current {
    width: 40%;
    max-width: 170px;
  }

  .image {
    width: 100%;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 26px;
  }

  .text-block.slider-title {
    font-size: 24px;
  }

  .flex-child.inline-pictures {
    flex-basis: 50%;
  }

  .heading-3.story {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .column-container {
    width: 100%;
  }

  .full-image-header {
    background-image: url('../images/Hedge-planting-Rushett-Farm-MobP.jpg'), url('../images/Hedge-planting-Rushett-Farm-MobL.jpg'), url('../images/Hedge-planting-Rushett-Farm-tablet.jpg'), url('../images/Hedge-planting-Rushett-Farm-desktop.jpg');
    background-position: 50% 100%, 50% 100%, 50%, 50% 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: cover, cover, auto, cover;
    height: 350px;
  }

  .full-image-header-2 {
    background-image: url('../images/View-from-Denbies-Hillside-MobP.jpg');
    height: 350px;
  }

  .fulll-image-header-3 {
    background-image: url('../images/Lower-mole-trust-MobP.jpg');
    height: 350px;
  }

  .slider-2 {
    height: 350px;
  }

  .slide {
    background-image: url('../images/Adonis-Blue-MobP.jpg');
  }

  .slide-2 {
    background-image: url('../images/Epsom-Common-MobP.jpg');
  }

  .slide-3 {
    background-image: url('../images/LMCT-Peope-MobP.jpg');
  }

  .story-wrapper {
    margin-bottom: 15px;
  }

  .story-text, .image-container {
    width: 100%;
  }

  .footer-text-block.white {
    margin-left: 0;
    margin-right: 0;
  }

  .fulll-image-header-5 {
    background-image: url('../images/Bluebells-MobP.jpg');
    height: 350px;
  }

  .fulll-image-header-6 {
    background-image: url('../images/Small-Purple-barred-moth-MobP.jpg');
    height: 350px;
  }

  .div-block-2 {
    padding-top: 5px;
  }
}


@font-face {
  font-family: 'Specialgothiccondensedone';
  src: url('../fonts/SpecialGothicCondensedOne-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-ExtraLight.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yanonekaffeesatz';
  src: url('../fonts/YanoneKaffeesatz-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}