@font-face {
    font-family: 'barcelonyregular';
    src: url('../fonts/barcelony/barcelony-webfont.woff2') format('woff2'),
         url('../fonts/barcelony/barcelony-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hello_santtinyregular';
    src: url('../fonts/hellosanttiny/hellosanttiny-webfont.woff2') format('woff2'),
         url('../fonts/hellosanttiny/hellosanttiny-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'barthleypersonal_use';
    src: url('../fonts/barthley/barthley-personaluse-webfont.woff2') format('woff2'),
         url('../fonts/barthley/barthley-personaluse-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'scratchy_regularregular';
    src: url('../fonts/scratchy/scratchy-webfont.woff2') format('woff2'),
         url('../fonts/scratchy/scratchy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'almairah_02regular';
    src: url('../fonts/almairah_02-webfont.woff2') format('woff2'),
         url('../fonts/almairah_02-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'charlottemedium';
    src: url('../fonts/charlotte-medium-webfont.woff2') format('woff2'),
         url('../fonts/charlotte-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'shalimarregular';
    src: url('../fonts/shalimar-regular-webfont.woff2') format('woff2'),
         url('../fonts/shalimar-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'island_momentsregular';
    src: url('../fonts/islandmoments/islandmoments-regular-webfont.woff2') format('woff2'),
         url('../fonts/islandmoments/islandmoments-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.island{
    font-family: 'island_momentsregular';
    font-weight: 900;
    font-size: 200px;
}
/* for slogant and about  */
.shalimar {
    font-family: 'shalimarregular';
}
.charlotte {
    font-family: 'charlottemedium';
}
.almairah {
    font-family: 'almairah_02regular';
}
/* fto the title and product description*/
.scratchy{
    font-family: 'scratchy_regularregular';
}

.barcelony {
    font-family: 'barcelonyregular';
    font-weight: 900;
    font-size: 45px;
}
/* for product name */
.hellosanttiny{
    font-family: 'hello_santtinyregular';
    font-weight: 700;

}
.barthley{
    font-family: 'barthleypersonal_use';
    font-size: 50px;
}

.product-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}
