/*
    Theme Name: Tailoro
    Version: 1.0
    Author: Murali Krishna
*/
@font-face {
    font-family: 'Gilroy Regular';
    src: url("fonts/gilroy/Gilroy-Regular.woff") format("woff");
}

body {
    font-family: 'Gilroy Regular' !important;
}

.logo-dark,
.logo-light {
    width: 125px !important;
}

.bannerboxes {
    height: 100% !important;
}

.custom-bg-primary {
    background: linear-gradient(180deg, #FFF1F6 0%, rgba(255, 255, 255, 0) 100%);
}
.custom-bg-2{
    background: #E63274;
}

.custom-bg-3{
    background: #FDF5F8;
}

.custom-font-size
{
    font-size: 14px !important;
}

.custom-font-size2
{
    font-size: 10px !important;
}

.tail-btn-pri {
    color: white;
    background-color: #E63274;
    border: none;
    outline: 0;
    border-radius: 20px;
    font-size: 16px;
    padding: 10px 20px;

}

.tail-btn-pri:hover {
    color: white;
}
