
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    src: url(./resources/OpenSans-Regular.ttf);
}
@font-face {
    font-family: 'OpenSans';
    font-style: italic;
    src: url(./resources/OpenSans-Italic.ttf);
}
@font-face {
    font-family: 'OpenSans';
    font-weight: bold;
    src: url(./resources/OpenSans-Bold.ttf);
}


@font-face {
    font-family: 'BaskervilleNeo';
    font-style: normal;
    src: url(./resources/BaskervilleNeo-Text.otf);
}

@font-face {
    font-family: 'BaskervilleNeo';
    font-style: italic;
    src: url(./resources/BaskervilleNeo-TextItalic.otf);
}

@font-face {
    font-family: 'BaskervilleNeo';
    font-weight: bold;
    src: url(./resources/BaskervilleNeo-TextBold.otf);
}


@font-face {
    font-family: 'JohnSans';
    src: url(./resources/JohnSans-Bold.otf);
}

body, p, li, ol, a {
    font-family: 'OpenSans';
    font-size: 18px;
}

p{
  /* background-color: aqua;
  margin-top: 1rem; */
  margin-bottom: 1rem;
}

h1,h2,h3, h4 {
    font-family: 'JohnSans';
}




html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #fff;
  font-family: 'OpenSans', Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
}


.swiper {
    width: 240px;
    height: 360px;
  }

  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }

  .swiper-slide:nth-child(1n) {
    background-color: rgb(206, 17, 17);
  }

  .swiper-slide:nth-child(2n) {
    background-color: rgb(0, 140, 255);
  }

  .swiper-slide:nth-child(3n) {
    background-color: rgb(10, 184, 111);
  }

  .swiper-slide:nth-child(4n) {
    background-color: rgb(211, 122, 7);
  }

  .swiper-slide:nth-child(5n) {
    background-color: rgb(118, 163, 12);
  }

  .swiper-slide:nth-child(6n) {
    background-color: rgb(180, 10, 47);
  }

  .swiper-slide:nth-child(7n) {
    background-color: rgb(35, 99, 19);
  }

  .swiper-slide:nth-child(8n) {
    background-color: rgb(0, 68, 255);
  }

  .swiper-slide:nth-child(9n) {
    background-color: rgb(218, 12, 218);
  }

  .swiper-slide:nth-child(10n) {
    background-color: rgb(54, 94, 77);
  }

