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

@font-face {
  font-family: Warsaw Gothic;
  src: url('../fonts/WarsawGothic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Warsaw Gothic;
  src: url('../fonts/WarsawGothicObl.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #fff;
  background-color: #0b0708;
  background-image: url('../images/asphalt-1.webp');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family:
    Warsaw Gothic,
    Impact,
    sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:
    Warsaw Gothic,
    Impact,
    sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 90%;
}

.mack {
  z-index: 10;
  width: 100%;
  max-width: 800px;
  margin-top: -8vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-mask-image: url('../images/macksmokesilhouette.webp');
  mask-image: url('../images/macksmokesilhouette.webp');
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.mack-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mack-image-spacer {
  opacity: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: auto;
}

.mack-overlay {
  opacity: 0;
  width: 100%;
}

.page {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 0 100px 50px #000;
}

.mack-gradient {
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(90deg, #000, #0000 13% 87%, #000);
  position: absolute;
  inset: 0%;
}

.banner-text {
  flex-flow: column;
  position: relative;
}

.display {
  color: #fff;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 95%;
}

.display.huge {
  color: #ebede9;
  text-align: center;
  letter-spacing: -0.03em;
  font-size: 20vw;
  line-height: 85%;
}

.banner-content {
  z-index: 3;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.banner-content.copy-page {
  padding-top: 180px;
}

.grunge {
  background-image: url('../images/grunge.webp');
  background-position: 0 0;
  background-size: 300px;
}

.grunge.overlay {
  z-index: 7;
  opacity: 0.13;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-container {
  z-index: 50;
  background-color: #000000a1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 10px 10px;
  position: absolute;
}

.header-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  flex: 1;
}

.logo {
  width: 260px;
  height: auto;
}

.header-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
}

.page-background {
  z-index: 1;
  background-image: url('../images/page-riot.webp');
  background-position: 50% 55%;
  background-size: cover;
  width: 100%;
  height: 70vh;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.page-background.truckstop {
  background-image: url('../images/convoy.webp');
  height: 100vh;
}

.page-background.contacter {
  background-image: url('../images/fuel-the-fleet.webp');
  height: 100vh;
}

.page-background.truckstop2 {
  background-image: url('../images/truckaid.webp');
  background-position: 50% 0;
  height: 100vh;
  opacity: 0.5;
}

.page-background.truckstop3 {
  background-image: url('../images/tyrant-outnumbered2.webp');
  background-position: 50% 0;
  height: 100vh;
}

.page-background.tall {
  height: 100vh;
}

.page-background-image {
  width: 100%;
  position: relative;
  top: 50%;
}

.header-menu-link {
  color: #fff;
  font-family:
    Warsaw Gothic,
    Impact,
    sans-serif;
  font-size: 28px;
  line-height: 100%;
  text-decoration: none;
}

.header-menu-link.w--current {
  color: #ffffff7a;
  border-bottom: 2px solid #5dce38;
}

.icon {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.header-button {
  color: #fff;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px 0 0 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: none;
}

.header-button,
.close-button {
  cursor: pointer;
}

.div-block {
  background-image: linear-gradient(#0000 69%, #000);
  position: absolute;
  inset: 0%;
}

.body {
  background-image: linear-gradient(#000000e8, #000000e8);
  background-position: 0 0;
}

.footer-copyright {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  flex-flow: column;
  padding-top: 35px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.finer-print {
  letter-spacing: 0.03em;
  text-transform: none;
  max-width: 40em;
  padding-top: 5px;
  font-size: 18px;
}

.footer-link {
  color: #fff;
  text-transform: uppercase;
  border-left: 4px solid #67e53d;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 28px;
  line-height: 36px;
  text-decoration: none;
}

.footer-link.w--current {
  color: #ffffff5c;
}

.footer-link.first {
  border-left-style: none;
}

.footer-logo {
  width: 80px;
  max-width: 80px;
  max-height: 80px;
}

.footer-logo.maller {
  border-radius: 999px;
  width: 60px;
  max-width: 60px;
  max-height: 60px;
  padding-left: 2px;
  padding-right: 2px;
}

.footer-logo.maller.square {
  border-radius: 0;
  width: 54px;
  max-width: 54px;
  max-height: 54px;
}

.footer-logo.maller.square.large {
  width: 120px;
  max-width: 120px;
  max-height: 120px;
  margin-top: 40px;
}

.footer-logo.maller.liam-pfp {
  border: 2px solid #1b1b1b;
  width: 56px;
  max-width: none;
  height: 56px;
  max-height: none;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 0;
}

.logo-row {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.pad-top-foot {
  letter-spacing: 0.05em;
  padding-top: 5px;
}

.white-text {
  color: #fff;
}

.footer {
  z-index: 40;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#0000, #000);
  flex-flow: column;
  width: 100%;
  max-width: 900px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family:
    Warsaw Gothic,
    Impact,
    sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.footer-column {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-column.full {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
}

.close-button {
  color: #fff;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px 0 0 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: none;
}

.div-block-2 {
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  caret-color: transparent;
  display: none;
}

.under-title {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  margin-top: -1vw;
  font-family:
    Warsaw Gothic,
    Impact,
    sans-serif;
  font-size: 32px;
  line-height: 95%;
  display: flex;
}

.section {
  grid-column-gap: 2%;
  grid-row-gap: 20px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.section.flex-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 60px;
  display: flex;
}

.section.top-push-down {
  flex-flow: column;
  margin-top: 60px;
}

.page-container {
  z-index: 6;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.page-container.push-down {
  margin-top: 20px;
}

.page-container.push-down.slim {
  max-width: 800px;
}

.flex-row-full {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-row-full.left {
  margin-top: 10px;
  transform: rotate(-2deg);
}

.flex-row-full.right {
  margin-top: 10px;
  transform: rotate(2deg);
}

.small-print {
  color: #ffffff7a;
  letter-spacing: 0;
  text-transform: none;
  max-width: 55em;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.copyright-text {
  letter-spacing: 0;
  font-size: 30px;
  line-height: 36px;
}

.link-row {
  background-image: linear-gradient(#1c1c1c, #121212);
  border-radius: 30px;
  flex: 1;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
  transform: rotate(-1deg);
}

.link-row.even {
  transform: rotate(1deg);
}

.link-row.even.hide {
  display: none;
}

.link-row.flat {
  transform: rotate(0);
}

.link-row.flat.slim {
  margin-bottom: 0;
}

.link-row.clean {
  background-image: none;
  margin-bottom: 0;
  transform: none;
}

.link-row.slim {
  margin-bottom: 0;
  transform: none;
}

.link-row-thumb {
  background-image: url('../images/Philippines-kids-1-1920x1080.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 35%;
  position: relative;
}

.link-row-thumb.one {
  background-image: url('../images/truckaid.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.link-row-thumb.two {
  background-image: url('../images/liamtshirt.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.link-row-thumb.three {
  background-image: url('../images/HE14se0XgAA__ah.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.link-row-thumb.four {
  background-image: url('../images/truckaid.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.link-row-thumb.anera {
  background-image: url('../images/tilaandmomedited.jpg');
}

.link-row-thumb.pcrf {
  background-image: url('../images/boxes.webp');
}

.link-row-thumb.americares {
  background-image: url('../images/20251209_Jamaica_EMT_HurricaneMelissa_EmergencyResponse_MikeDemas-02024.jpg');
}

.link-row-thumb.direct-relief {
  background-image: url('../images/DR_Florida_10_24-142.webp');
}

.link-row-thumb.cure {
  background-image: url('../images/HON-0825-Day-1-Team-Ealking-into-Clinic-scaled.jpg');
}

.link-row-thumb.ukrainer {
  background-image: url('../images/truckaid.webp');
}

.link-row-thumb.liam {
  background-image: url('../images/liam.jpg');
  flex-basis: 200px;
}

.image {
  position: relative;
}

.link-row-content {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 40px 40px 50px;
  display: flex;
  position: relative;
}

.link-row-content.clean {
  font-size: 22px;
}

.link-row-content.line-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.link-row-content.slim {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 20px 30px;
}

.pretitle {
  color: #e55202;
  letter-spacing: 0.06em;
  margin-left: -0.25em;
  font-family: Brightland, Arial, sans-serif;
  font-size: 48px;
  line-height: 80%;
  transform: rotate(-2deg);
}

.pretitle.green {
  color: #746b17;
}

.pretitle.blue {
  color: #024ae5;
}

.pretitle.yellow {
  color: #67e53d;
}

.heading {
  line-height: 90%;
}

.heading.smaller {
  color: #c63b3a;
  text-shadow: 0 0 6px #c63b3a;
  font-size: 54px;
}

.paragraph {
  max-width: 35em;
}

.paragraph.rule {
  margin-bottom: 40px;
  font-family:
    Warsaw Gothic,
    Impact,
    sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  text-transform: uppercase;
  background-color: #b88710;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  font-family:
    Warsaw Gothic,
    Impact,
    sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 95%;
  text-decoration: none;
  display: flex;
}

.button.green {
  background-color: #746b17;
}

.button.blue {
  background-color: #024ae5;
}

.button.yellow {
  color: #000;
  background-color: #67e53d;
}

.grunge-edge {
  z-index: 1;
  pointer-events: none;
  background-image: url('../images/grunge-edge.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  inset: -1px;
}

.grunge-edge.dim {
  opacity: 0.41;
}

.grunge-edge.rotate90 {
  transform: rotate(90deg);
}

.button-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.security {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-left: 1px dotted #ffffff2b;
  flex-flow: column;
  padding-left: 10px;
  padding-right: 10px;
  font-family:
    Warsaw Gothic,
    Impact,
    sans-serif;
  display: flex;
}

.security-pretitle {
  line-height: 95%;
}

.security-title {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.badge-row {
  background-color: #1a1a1a;
  border: 1.5px solid #ffffff40;
  border-width: 1px 1.5px 3px;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  transform: rotate(0);
}

.icon-logo {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.image-wrapper {
  border-radius: 20px;
  line-height: 0%;
  position: relative;
  overflow: hidden;
}

.button-holder-width {
  justify-content: center;
  align-items: flex-end;
  width: 300px;
}

.caption {
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
  margin-top: -42px;
  margin-bottom: 20px;
  font-family:
    Warsaw Gothic,
    Impact,
    sans-serif;
  font-size: 24px;
  line-height: 36px;
  position: relative;
}

.image-2 {
  line-height: 0%;
}

.image-3 {
  width: 100%;
  max-width: 250px;
}

.image-4 {
  width: 100%;
}

.nice-link {
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.content-title {
  color: #e55202;
  letter-spacing: 0.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Brightland, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 80%;
}

.content-title.green {
  color: #746b17;
}

.content-title.yellow {
  color: #67e53d;
}

.content-title.yellow.fill {
  text-align: center;
  flex: 0 100%;
}

.pill-stack {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.small-nice-link {
  color: #fff;
  letter-spacing: -0.05px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.push-down {
  margin-bottom: 20px;
}

.signature-note {
  color: #b88710;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: Brightland, Arial, sans-serif;
  font-size: 8vw;
  line-height: 5vw;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-item {
  border-radius: 1vw;
  flex: 0 32%;
  position: relative;
  overflow: hidden;
}

.image-5 {
  position: relative;
}

.charity-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.title {
  color: #c63b3a;
  text-transform: uppercase;
  text-shadow: 0 0 6px #c63b3a;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: -10px;
  font-family:
    Warsaw Gothic,
    Impact,
    sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 34px;
  transform: rotate(-1deg);
}

.title-wrapper {
  position: relative;
}

.liam {
  border-radius: 999px;
  width: 42px;
  height: 42px;
  position: absolute;
  inset: 0 -25px auto auto;
}

@media screen and (max-width: 991px) {
  .mack {
    margin-top: -15vw;
  }

  .display.huge {
    font-size: 28vw;
  }

  .banner-content {
    padding-top: 14vw;
  }

  .banner-content.copy-page {
    padding-top: 140px;
  }

  .header-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo {
    width: 260px;
  }

  .header-menu {
    z-index: 500;
    opacity: 0;
    background-color: #000;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    padding: 140px 40px 40px;
    position: fixed;
    top: 0%;
    bottom: auto;
    right: -100vw;
    transition:
      right 350ms ease,
      opacity 350ms ease;
  }

  .header-menu.is-open {
    opacity: 1;
    right: 0;
  }

  .body.menu-open {
    overflow: hidden;
  }

  .body.menu-open:before {
    content: '';
    z-index: 450;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #00000052;
    position: fixed;
    inset: 0%;
  }

  .body.menu-open .header-container {
    z-index: 600;
  }

  .body.menu-open .brand,
  .body.menu-open .header-button {
    pointer-events: none;
    filter: blur(8px);
  }

  .header-menu-link {
    font-size: 48px;
  }

  .header-button {
    display: flex;
  }

  .flex-block {
    flex-flow: column;
  }

  .close-button {
    display: flex;
    position: absolute;
    inset: 30px 0% auto auto;
  }

  .div-block-2 {
    z-index: -5;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100vw;
    height: 100vh;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .section.flex-row {
    flex-flow: column;
    max-width: 500px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.top-push-down,
  .page-container.push-down.slim {
    margin-top: 0;
  }

  .flex-row-full.left,
  .flex-row-full.right {
    transform: rotate(0);
  }

  .link-row {
    flex-flow: column;
  }

  .link-row-thumb {
    flex-basis: 500px;
    order: -9999;
  }

  .link-row-content.line-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    padding-top: 20px;
  }

  .signature-note {
    font-size: 12vw;
  }
}

@media screen and (max-width: 767px) {
  .banner-content {
    padding-top: 16vw;
  }

  .banner-content.copy-page {
    padding-top: 120px;
  }

  .logo {
    width: 220px;
  }

  .section.flex-row {
    max-width: 100%;
  }

  .section.three-column {
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-row-full {
    margin-bottom: 60px;
  }

  .link-row-thumb {
    flex-basis: 400px;
  }

  .link-row-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pretitle {
    font-size: 42px;
  }

  .heading {
    font-size: 54px;
  }

  .button-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .badge-row {
    width: 100%;
  }

  .gallery-item {
    border-bottom: 4px solid #fff;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .mack {
    margin-top: 0;
  }

  .banner-content {
    padding-top: 21vw;
  }

  .brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo {
    width: 140px;
  }

  .footer-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-row-thumb {
    flex-basis: 300px;
  }

  .link-row-content {
    padding: 30px 20px 20px;
  }

  .pretitle {
    margin-left: 0;
    font-size: 36px;
  }

  .heading {
    margin-top: 10px;
    font-size: 40px;
  }

  .title {
    margin-top: 20px;
    font-size: 36px;
    line-height: 24px;
  }
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 500ms ease,
    visibility 500ms ease;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-loader-wheel {
  width: 120px;
  height: auto;
  animation: page-loader-spin 900ms linear infinite;
}

@keyframes page-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-loader-wheel {
    animation: none;
  }
}

@font-face {
  font-family: 'Brightland';
  src: url('../fonts/Brightland.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Warsaw Gothic';
  src: url('../fonts/WarsawGothic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Warsaw Gothic';
  src: url('../fonts/WarsawGothicObl.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
