@font-face {
    font-family: Hijrnotes;
    src: url(/fonts/Hijrnotes.woff2);
}

@font-face {
    font-family: DomaineSans;
    src: url(/fonts/DomaineSansDisplay-Light.woff2);
}

@font-face {
    font-family: AvenirLTProRoman;
    src: url(/fonts/avenir/AvenirLTProRoman.woff);
}

.h1 {
    font-size: 4em;
}
  
.p1 {
      font-size: 2em !important;
}
  
.absolute {
    width: 100%; height:100%; position: absolute; margin:0; padding:0;
}
  
.clip {
    clip-path: rect(0%, 50%, 50%, 0%);
    -webkit-clip-path: rect(0%, 50%, 50%, 0%);
}

.bg {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.AvenirLTProRoman {
    font-family: AvenirLTProRoman !important;
    color: #999999;
}

.DomaineSans {
    font-family: DomaineSans !important;
    color: white;
}

.Hijrnotes {
    font-family: Hijrnotes !important;
    color: #BB6B77;
}

.oldprice {
    text-decoration: line-through;
}

.price {
    color: black !important;
}

.v-application {
    font-family: AvenirLTProRoman , sans-serif !important;
    background-color: #F2DFDF !important;
}

.v-application .title {
    font-family: DomaineSans, sans-serif !important;
}

.v-application--wrap {
    background-color: #F2DFDF !important;
}

html {
    background-color: #F2DFDF !important;
}

body {
    background-color: #F2DFDF !important;
}