@font-face {
  font-family: 'Kalligraaf Arabic';
  src: url('../fonts/Kalligraaf Arabic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kalligraaf Arabic';
  src: url('../fonts/Kalligraaf Arabic Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kalligraaf Arabic';
  src: url('../fonts/Kalligraaf Arabic Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kalligraaf Arabic';
  src: url('../fonts/Kalligraaf Arabic Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kalligraaf Arabic';
  src: url('../fonts/Kalligraaf Arabic Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.blog-widget,
.blog-widget * {
  font-family: 'Kalligraaf Arabic', Arial, sans-serif !important;
} 
.boxed-short-title {
	background: #00bcff !important;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.3rem 1rem;
    margin: 0 !important;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 0px;
} 
.has-short-title {
  padding-top: 53px !important;
}

@media (max-width:600px){
	.has-short-title{padding-top:0 !important;}
}