@font-face {
  font-family: 'BaselNeue';
  src: url('fonts/BaselNeue-Italic.woff2') format('woff2'),
      url('fonts/BaselNeue-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BaselNeue';
  src: url('fonts/BaselNeue-Medium.woff2') format('woff2'),
      url('fonts/BaselNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BaselNeue';
  src: url('fonts/BaselNeue-MediumItalic.woff2') format('woff2'),
      url('fonts/BaselNeue-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'BaselNeue';
  src: url('fonts/BaselNeue-Black.woff2') format('woff2'),
      url('fonts/BaselNeue-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BaselNeue';
  src: url('fonts/BaselNeue-BoldItalic.woff2') format('woff2'),
      url('fonts/BaselNeue-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BaselNeue';
  src: url('fonts/BaselNeue-BlackItalic.woff2') format('woff2'),
      url('fonts/BaselNeue-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

body {
  font-family: 'BaselNeue';
  font-weight: normal;
  font-style: normal;
}

img {
  max-width: 100%;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

.p1 {
  color: #21c472;
  margin: 20px 0 0 0;
}

.p2 {
  color: #21c472;
  font-size: 30px;
  margin: 0;
  line-height: 30px;
}