@font-face {
    font-family: 'Kurdish';
    src: url('../font/Kurdish.woff2') format('woff2'),
        url('../font/Kurdish.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Kurdish';
    src: url('../font/Kurdish-Bold.woff2') format('woff2'),
        url('../font/Kurdish-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Kurdish';
    src: url('../font/Kurdish-Light.woff2') format('woff2'),
        url('../font/Kurdish-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  }

body {
    font-family: 'Kurdish', sans-serif !important;
    font-weight: 100;
}
h1, h1.title {
    line-height: 1.3;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.subtitle, .title,.btn  {
    font-family: 'Kurdish', Helvetica, sans-serif !important;
}
.mouse {
    margin-left: -56px;
}
body,p {
    font-size: 15px !important;
}
.collapse-card .collapse-title{
    font-size: 14px !important;
}