
@font-face {
  font-family: 'AugustMoon24-medium';
  src:  url('../fonts/Parafina-MediumL.woff2') format('woff2'),
        url('../fonts/Parafina-MediumL.woff') format('woff');
}


@font-face {
  font-family: 'AugustMoon24-body';
  src:  url('../fonts/rmmono-light.woff2') format('woff2'),
        url('../fonts/rmmono-light.woff') format('woff');
}


@font-face {
  font-family: 'AugustMoon24-body-bold';
  src:  url('../fonts/rmmono-semibold.woff2') format('woff2'),
        url('../fonts/rmmono-semibold.woff') format('woff');
}



.pAM24-title{
  font-family: 'AugustMoon24-medium', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 180px;
  text-align: center;
  line-height: 172px;
  letter-spacing: 2px;
  color: #0072bb;
  /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0072bb; */
}


/* -- start of mobile view adjustments -- */
@media only screen and (max-width: 600px) {
  .pAM24-title{
    font-family: 'AugustMoon24-medium', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 72px;
    text-align: center;
    line-height: 64px;
    letter-spacing: 2px;
    color: #0072bb;
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0072bb; */
  }
}


.subtitle {
  font-family: 'AugustMoon24-body-bold', monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0072bb;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}


.p1 {
  font-family: 'AugustMoon24-body', monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0072bb;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  padding-top: 10px;
}


.p2 {
  font-family: 'AugustMoon24-body', monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0072bb;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  padding-top: 10px;
}


.p3 {
  font-family: 'AugustMoon24-body', monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0072bb;
  font-size: 42px;
  line-height: 54px;  
  letter-spacing: 0;
  padding-top: 10px;
}

/* Show hamburger icon only on screens smaller than 768px */
@media screen and (max-width: 768px) {
  .p1 {
    font-size: 16px;
    line-height: 28px;
  }
  .p2 {
    font-size: 20px;
    line-height: 28px;
  }

}

