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

@font-face {
  font-family: Awakenings-Subtitle-Regular;
  src: url('../fonts/PFMarletTitling-Light-subset.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Awakenings-Title-Regular;
  src: url('../fonts/VTCMarsha-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Awakenings-Display-Regular;
  src: url('../fonts/PFMarletSwash-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Awakenings-Text-Italic;
  src: url('../fonts/PFMarletText-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --peru: #b77840;
  --light-slate-grey: #9096a4;
  --tan: #c89c6c;
  --deep-pink: #ff00b3;
  --black: black;
}

.body {
  overflow: visible;
}

.subtitle {
  color: var(--peru);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Awakenings-Title-Regular, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.subtitle.artistoption {
  text-align: left;
}

.subtitle.accordion {
  margin-left: 0;
  padding-left: 0;
  padding-right: 16px;
}

.subtitle.about {
  margin-bottom: 20px;
}

.navmenu {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 60px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.navbar-container {
  z-index: 4;
  justify-content: space-between;
  width: 100vw;
  height: 60px;
  display: flex;
}

.navbar {
  background-color: #fff;
  width: 100vw;
  height: 60px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 5px #686868;
}

.navbar-fixed {
  z-index: 5;
  background-color: #fff;
  flex: 1;
  padding-left: 24px;
  padding-right: 16px;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.menu-button.w--open {
  background-color: #0000;
}

.display {
  color: var(--peru);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Awakenings-Title-Regular, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.display.accordion {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.display.menu {
  font-size: 80px;
  line-height: 96px;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding: 24px 0 20px;
}

.artist-text-container {
  margin-top: 0;
}

.js-accordion-icon {
  height: 20px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(225deg);
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
  justify-content: space-between;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.description {
  color: var(--light-slate-grey);
  font-family: Awakenings-Text-Regular, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.description.ch {
  color: var(--light-slate-grey);
}

.bodytext {
  font-family: Awakenings-Text-Regular, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.bodytext.ch {
  color: var(--light-slate-grey);
  font-family: Noto Sans HK, sans-serif;
  font-size: 16px;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  border-top: 1px solid var(--peru);
  border-bottom: 1px none var(--peru);
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px 0;
}

.artistname.ch, .artworkname.ch {
  color: var(--peru);
  font-size: 16px;
  line-height: 24px;
}

.link {
  color: var(--peru);
  font-family: Awakenings-Text-Regular, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.sub-display {
  color: var(--peru);
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Awakenings-Title-Regular, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.lottie-animation {
  height: 60px;
  position: relative;
}

.link-block-menu {
  border-top: 1px none var(--peru);
  border-bottom: 1px solid var(--peru);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.ch {
  color: #fff;
  font-family: Noto Sans HK, sans-serif;
  font-size: 16px;
}

.card-img {
  width: 100%;
  position: relative;
  inset: 0%;
}

.card-video {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: static;
}

.card-video-wrapper {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.landing-card-container {
  cursor: crosshair;
  align-items: stretch;
  display: flex;
}

.landing-card-container:hover {
  transform: scale(1.02);
  box-shadow: 0 3px 5px 2px #00000085;
}

.body-col {
  display: block;
}

.landing-left {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.landing-right {
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
}

.landing-card-visual {
  flex: 0 auto;
  width: 100%;
  display: block;
}

.link-block {
  border-top: 1px solid var(--peru);
  border-bottom: 1px solid var(--peru);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 64px;
  padding-top: 6px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.link-block.low {
  border-top-style: none;
}

.link-block.low.menu {
  flex: 0 auto;
}

.link-block.menu {
  align-items: stretch;
  height: 100%;
}

.awa-video {
  mix-blend-mode: color-burn;
  width: 100%;
  height: 100%;
  position: static;
}

.awa-video-wrapper {
  flex: 1;
  height: 0;
  padding-top: 37.5%;
  position: relative;
}

.slider {
  background-color: #0000;
  width: 66vw;
  height: 100%;
}

.slide-nav-2 {
  display: none;
}

.artist-left {
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.awa-size-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
}

.logo-bg {
  background-image: url('../images/logo_tall_bg.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 140px;
  background-attachment: scroll;
  width: 100%;
  height: 20vh;
}

.div-block-18 {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-18.menu {
  justify-content: space-between;
  height: 95vh;
}

.awa-bg-1 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.text-span {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
}

.artist-right {
  padding-top: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.artist-right.a-to-z {
  justify-content: flex-end;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 60px;
}

.artist-right.about {
  padding-top: 90px;
}

.icon {
  color: var(--peru);
  margin-left: 0;
  margin-right: 16px;
  inset: 0% 0% 0% auto;
}

.right-arrow {
  justify-content: flex-end;
  height: 30%;
  display: flex;
}

.left-arrow {
  height: 30%;
}

.icon-2 {
  color: var(--peru);
  margin-left: 16px;
}

.plus-icon {
  background-image: url('../images/plus.svg');
  background-position: 50%;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
}

.text-span-2, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-span-16 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.slider-vertical {
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.vertical {
  width: 50%;
}

.a-to-z-title {
  width: 80%;
  margin-top: 24px;
  margin-left: 24px;
}

.a-to-z-section {
  margin-top: 56px;
  margin-bottom: 56px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.a-to-z-section._3, .a-to-z-section._4 {
  justify-content: center;
}

.a-to-z-section._2 {
  justify-content: flex-start;
}

.div-block-19 {
  flex-direction: row;
  justify-content: flex-end;
  height: 100%;
  margin-bottom: 0;
  padding-top: 24px;
  display: flex;
  position: sticky;
  top: 60px;
}

.button {
  color: var(--deep-pink);
  background-color: #0000;
}

.button.sub-display {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 30px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 6px 12px 6px 6px;
  display: flex;
}

.button.sub-display.w--current {
  color: #fff;
  text-transform: uppercase;
}

.div-block-20 {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 30px;
}

.div21 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
}

.a-to-z-slider {
  z-index: -1;
  background-color: var(--black);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.slide-nav-3, .right-arrow-2, .left-arrow-2 {
  display: none;
}

.slide {
  background-image: url('../images/2022-LOVEGGHK-156.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/2022-LOVEGGHK-154.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask-3 {
  opacity: .2;
}

.artist-video-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.artwork-img {
  width: 67vw;
}

.html-embed-6 {
  width: 100vw;
  height: 100vh;
}

.bg-video {
  background-color: #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: fixed;
  overflow: hidden;
}

.text-span-17 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.about-header-block {
  flex-direction: column;
  display: flex;
}

.text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27 {
  color: var(--peru);
}

.image-13 {
  mix-blend-mode: normal;
}

.logo-block {
  grid-column-gap: 24px;
  align-items: center;
  margin-bottom: 20px;
  padding: 6px;
  display: flex;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.column-4 {
  padding-left: 24px;
  padding-right: 0;
}

.image-14 {
  height: 300px;
}

.image-14._1 {
  height: 350px;
}

.image-14._2 {
  height: 400px;
}

.image-14._4 {
  height: 350px;
}

.image-14._5 {
  height: 150px;
}

.image-15 {
  mix-blend-mode: luminosity;
}

@media screen and (min-width: 1920px) {
  .subtitle {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .subtitle.accordion {
    margin-left: 0;
    padding-left: 0;
  }

  .navmenu {
    background-color: #b0ffe6;
  }

  .display {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 48px;
  }

  .accordion-body.js-accordion-body {
    padding-left: 0;
  }

  .artist-text-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .accordion.js-accordion {
    margin-left: 0;
    padding-left: 0;
  }

  .description {
    font-family: Awakenings-Text-Regular, sans-serif;
    font-size: 20px;
    line-height: 28px;
  }

  .description.ch {
    color: var(--light-slate-grey);
    font-size: 18px;
  }

  .bodytext {
    color: var(--light-slate-grey);
    margin-top: 16px;
    font-family: Awakenings-Text-Regular, sans-serif;
    font-size: 20px;
    line-height: 28px;
  }

  .bodytext.ch {
    font-family: Noto Sans HK, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .accordion__item.js-accordion-item {
    box-shadow: none;
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .artistname.ch {
    font-size: 18px;
  }

  .artworkname.ch {
    margin-bottom: 50px;
    font-size: 18px;
  }

  .link {
    color: var(--peru);
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
  }

  .sub-display {
    line-height: 32px;
  }

  .artist-left {
    height: 100vh;
    padding-right: 0;
  }

  .artist-right {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .artist-right.a-to-z {
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .a-to-z-section._3 {
    justify-content: flex-start;
    padding-left: 320px;
  }

  .div-block-19 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
  }

  .div-block-20 {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .navbar-fixed {
    padding-left: 12px;
    padding-right: 12px;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .a-to-z-section {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 30px;
    height: 20px;
  }

  .subtitle {
    color: var(--peru);
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Awakenings-Title-Regular, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
  }

  .subtitle.artistoption {
    color: var(--peru);
    text-align: left;
    padding: 0 16px;
  }

  .subtitle.accordion {
    color: var(--peru);
    padding-left: 0;
  }

  .navmenu {
    background-color: #b698c8;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .brand {
    padding: 0 10px 0 8px;
  }

  .navbar-container {
    background-color: #fff;
    width: 100vw;
    position: absolute;
  }

  .navbar {
    background-color: #fff;
    height: 60px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar-fixed {
    z-index: 3;
    background-color: #fff;
    width: 100%;
    height: 60px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 0 1px 10px #0000004d;
  }

  .menu-button {
    padding-right: 16px;
  }

  .menu-button.w--open {
    z-index: 1;
    background-color: #fff;
  }

  .display {
    margin-top: 24px;
    font-family: Awakenings-Title-Regular, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
  }

  .display.accordion {
    margin-bottom: 0;
  }

  .display.menu {
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 40px;
    line-height: 40px;
  }

  .display.landing {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .list {
    color: #8a8989;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px #0000001a;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .artist-text-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .js-accordion-icon {
    height: 16px;
  }

  .accordion-header.js-accordion-header {
    padding-bottom: 0;
  }

  .accordion.js-accordion {
    padding-left: 0;
    padding-right: 0;
  }

  .description {
    color: #8f8f8f;
    font-family: Awakenings-Text-Regular, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .description.ch {
    padding: 0;
    font-family: Noto Sans HK, sans-serif;
    font-size: 14px;
    line-height: 22px;
  }

  .description.nicolepun {
    margin-bottom: 8px;
  }

  .bodytext {
    color: var(--light-slate-grey);
    margin-bottom: 26px;
    padding-top: 20px;
    font-family: Awakenings-Text-Regular, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
  }

  .bodytext.ch {
    background-color: #0000;
    margin-bottom: 30px;
    padding: 0;
    font-family: Noto Sans HK, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }

  .accordion__item.js-accordion-item {
    border-top: 1px solid var(--peru);
    box-shadow: none;
    background-color: #0000;
    border-bottom-style: solid;
    border-radius: 0;
    margin-top: -1px;
    margin-bottom: 0;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    transition-property: none;
  }

  .artistname {
    color: var(--tan);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .artistname.ch {
    color: var(--peru);
    margin-bottom: 10px;
    padding: 0;
    font-family: Noto Sans HK, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .artistname.ch.menu {
    color: var(--peru);
    text-align: left;
    background-color: #0000;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 16px;
    display: block;
  }

  .artworkname {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .artworkname.ch {
    background-color: #0000;
    padding: 0;
    font-family: Noto Sans HK, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .artworkname.ch.niccolepun {
    margin-bottom: 0;
    margin-left: -10px;
    font-size: 16px;
    line-height: 22px;
  }

  .link {
    color: var(--tan);
    margin-top: 0;
    font-family: Awakenings-Text-Regular, sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    display: inline;
  }

  .sub-display {
    margin-top: 0;
    font-family: Awakenings-Title-Regular, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
  }

  .columns {
    display: flex;
  }

  .column-2 {
    padding-left: 0;
  }

  .lottie-animation {
    width: 180px;
    height: 60px;
    position: static;
  }

  .link-block-menu {
    height: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    display: block;
  }

  .link-block-menu:active {
    background-color: #fff;
  }

  .ch {
    background-color: #fff;
    padding: 6px 6px 3px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 41px;
    line-height: 48px;
    display: inline-block;
  }

  .list-item {
    line-height: 22px;
  }

  .landing-card-container {
    margin-bottom: 8px;
  }

  .body-col.about {
    overflow: visible;
  }

  .landing-left {
    overflow: hidden;
  }

  .landing-right {
    z-index: 2;
    background-color: var(--peru);
    padding-top: 0;
    position: relative;
    top: -20vh;
  }

  .link-block {
    height: 48px;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider {
    width: 100vw;
    margin-left: -12px;
    padding-left: 0;
  }

  .artist-left {
    padding-left: 12px;
    padding-right: 12px;
    position: static;
  }

  .awa-size-wrapper {
    height: 60vh;
  }

  .logo-bg {
    background-size: 100px;
    height: 40vh;
  }

  .div-block-18.menu {
    height: 100%;
  }

  .artist-right {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .artist-right.a-to-z {
    display: none;
  }

  .artist-right.about {
    padding-top: 24px;
  }

  .a-to-z-title {
    width: 100%;
    margin-left: 0;
  }

  .a-to-z-section {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .a-to-z-section._2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .artwork-img {
    width: 100vw;
  }

  .html-embed-6 {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .logo-block {
    flex-direction: row;
    align-items: flex-start;
  }

  .column-3 {
    z-index: 3;
    background-color: #fff;
  }

  .column-4 {
    z-index: 2;
    background-color: #0000;
    padding-left: 0;
  }

  .image-14 {
    width: 100%;
    height: 350px;
  }

  .image-14._1 {
    height: 154px;
  }

  .image-14._2 {
    height: 176px;
  }

  .image-14._3 {
    height: 132px;
  }

  .image-14._4 {
    height: 154px;
  }

  .image-14._5 {
    height: 60px;
  }

  .bold-text {
    font-size: 16px;
    line-height: 24px;
  }
}


@font-face {
  font-family: 'Awakenings-Text-Regular';
  src: url('../fonts/PFMarletText-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Awakenings-Subtitle-Regular';
  src: url('../fonts/PFMarletTitling-Light-subset.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Awakenings-Title-Regular';
  src: url('../fonts/VTCMarsha-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Awakenings-Display-Regular';
  src: url('../fonts/PFMarletSwash-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Awakenings-Text-Italic';
  src: url('../fonts/PFMarletText-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}