@font-face {
    src: url('../fonts/NexaLight.otf');
    font-family: 'nexalight';
  }
  @font-face {
      font-family: 'nexabold';
      src: url('../fonts/NexaBold.otf');
  }
  @font-face {
      font-family: 'riven';
      src: url('../fonts/Riven.TTF');
  }
  @font-face {
      font-family: 'exo2-100';
      src: url('../fonts/Exo2-Thin.otf');
      font-style: normal;
      font-weight: 100;
    }
  @font-face {
      font-family: 'exo2-200';
      src: url('../fonts/Exo2-ExtraLight.otf');
      font-style: normal;
      font-weight: 200;
  }  
  @font-face {
      font-family: 'exo2-300';
      src: url('../fonts/Exo2-Light.otf');
      font-style: normal;
      font-weight: 300;
  }
  @font-face {
      font-family: 'exo2-400';
      src: url('../fonts/Exo2-Regular.otf');
      font-style: normal;
      font-weight: 400;
  }
  @font-face {
      font-family: 'exo2-500';
      src: url('../fonts/Exo2-Medium.otf');
      font-style: normal;
      font-weight: 500;
  }
  @font-face {
      font-family: 'exo2-600';
      src: url('../fonts/Exo2-SemiBold.otf');
      font-style: normal;
      font-weight: 600;
  }
  @font-face {
      font-family: 'exo2-700';
      src: url('../fonts/Exo2-Bold.otf');
      font-style: normal;
      font-weight: 700;
  }
  @font-face {
      font-family: 'exo2-800';
      src: url('../fonts/Exo2-ExtraBold.otf');
      font-style: normal;
      font-weight: 800;
  }
  @font-face {
      font-family: 'exo2-900';
      src: url('../fonts/Exo2-Black.otf');
      font-style: normal;
      font-weight: 900;
  }
  @font-face {
      font-family: 'exo2-i-100';
      src: url('../fonts/Exo2-ThinItalic.otf');
      font-style: italic;
      font-weight: 100;
  }
  @font-face {
      font-family: 'exo2-i-200';
      src: url('../fonts/Exo2-ExtraLightItalic.otf');
      font-style: italic;
      font-weight: 200;
  }
  @font-face {
      font-family: 'exo2-i-300';
      src: url('../fonts/Exo2-LightItalic.otf');
      font-style: italic;
      font-weight: 300;
  }
  @font-face {
      font-family: 'exo2-i-400';
      src: url('../fonts/Exo2-Italic.otf');
      font-style: italic;
      font-weight: 400;
  }
  @font-face {
      font-family: 'exo2-i-500';
      src: url('../fonts/Exo2-MediumItalic.otf');
      font-style: italic;
      font-weight: 500;
  }
  @font-face {
      font-family: 'exo2-i-600';
      src: url('../fonts/Exo2-SemiBoldItalic.otf');
      font-style: italic;
      font-weight: 600;
  }
  @font-face {
      font-family: 'exo2-i-700';
      src: url('../fonts/Exo2-BoldItalic.otf');
      font-style: italic;
      font-weight: 700;
  }
  @font-face {
      font-family: 'exo2-i-800';
      src: url('../fonts/Exo2-ExtraBoldItalic.otf');
      font-style: italic;
      font-weight: 800;
  }
  @font-face {
      font-family: 'exo2-i-900';
      src: url('../fonts/Exo2-BlackItalic.otf');
      font-style: italic;
      font-weight: 900;
  }
  

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }


.nexa {
    font-family: 'nexalight';
}

.nexabold {
    font-family: 'nexabold';
}

.exo2-100 {
    font-family: 'exo2-100';
}

.exo2-200 {
    font-family: 'exo2-200';
}

.exo2-300 {
    font-family: 'exo2-300';
}

.exo2-400 {
    font-family: 'exo2-400';
}

.exo2-500 {
    font-family: 'exo2-500';
}

.exo2-600 {
    font-family: 'exo2-600';
}

.exo2-700 {
    font-family: 'exo2-700';
}

.exo2-800 {
    font-family: 'exo2-800';
}

.exo2-900 {
    font-family: 'exo2-900';
}

.exo2-i-100 {
    font-family: 'exo2-i-100';
}

.exo2-i-200 {
    font-family: 'exo2-i-200';
}

.exo2-i-300 {
    font-family: 'exo2-i-300';
}

.exo2-i-400 {
    font-family: 'exo2-i-400';
}

.exo2-i-500 {
    font-family: 'exo2-i-500';
}

.exo2-i-600 {
    font-family: 'exo2-i-600';
}

.exo2-i-700 {
    font-family: 'exo2-i-700';
}

.exo2-i-800 {
    font-family: 'exo2-i-800';
}

.exo2-i-900 {
    font-family: 'exo2-i-900';
}