@font-face {
  font-family: 'DynaPuff';
  src: url('../fonts/DynaPuff-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DynaPuff';
  src: url('../fonts/DynaPuff-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playpen_Sans';
  src: url('../fonts/PlaypenSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playpen_Sans';
  src: url('../fonts/PlaypenSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body::before {
    background-image: url("../images/mount_smaller.avif");
}

.place-title {
    font-size: 2.5rem;
    color: white;
}

.place-sub-title {
    font-size: 1.875rem;
}

.ftbDsc {
    color: gold;
}

#dscHolder {
    margin-bottom: 200px;
    margin: auto;
    text-shadow: 1px 1px #000000;
    line-height: 2;
}

#passionDsc {
    font-family: 'Playpen_Sans', Arial, sanf-serif;
    text-shadow: 1px 1px #000000;
}
