@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: 'Tajawal', sans-serif;
}

h1, .slide-content .title{
  font-family: 'Tajawal', sans-serif !important;
}


.dark-button:after{
  left: 0 !important;
  right: 2px !important;
}

h2.featured:before{
  left: auto !important;
  right: 15px;
}

h2.featured.alt:before {
  right: 0;
  left: auto !important;
}

.navbar-nav i.icon-arrow-down {
  margin: 0 0.3rem 0 0 !important;
}
.items .item:first-child .card.featured:before{
  right: -10px !important;
}

.items .item:last-child .card.featured:before{
  right: 0 !important;
  left: -10px;
}
