@font-face {
  • font-family: "roymake";
  • font-style: normal;
  • font-weight: 700;
  • src:
    • local("roymake"),
  • url('custom/fonts/roymake-webfont.woff') format('woff'),
  • url('custom/fonts/roymake-webfont.woff2') format('woff2');
}

:root {
  • -main-text-fontfamily: "josefin sans", sans-serif;
  • -main-title-fontfamily: 'roymake', sans-serif;
  • -main-text-fontsize:18px;
}

.lead {
  • font-size: 28px;
}

.style-vertical .bazar-card {
  • border: 1px solid #fff;
  • background-color: #fff;
}

.style-vertical .bazar-card .visual-area {
  • border-bottom: 1px solid #fff;
  • margin: 0rem;
}