@font-face {
    font-family: "gilroy";
    src: url("font-family/Gilroy-Regular.otf");
    font-weight: 400;
}
@font-face {
    font-family: "gilroy";
    src: url("font-family/Gilroy-Medium.otf");
    font-weight: 500;
}
@font-face {
    font-family: "gilroy";
    src: url("font-family/Gilroy-Semibold.otf");
    font-weight: 600;
}
@font-face {
    font-family: "gilroy";
    src: url("font-family/Gilroy-Bold.otf");
    font-weight: 700;
}
@font-face {
    font-family: "gilroy";
    src: url("font-family/Gilroy-Light.otf");
    font-weight: 300;
}
h1{
    font-family: "gilroy";
    font-weight: 700;
    font-size: 65px;
    line-height: 60px;
    color: #1C0C2A;
}
h2{
    font-family: "gilroy";
    font-weight: 700;
    font-size: 52px;
    color: #1C0C2A;
}
h3{
    font-family: "gilroy";
    font-weight: 600;
    font-size: 36px;
}
h4{
    font-family: "gilroy";
    font-weight: 700;
    margin-bottom: 0px;
    color: #1C0C2A;
    font-size: 36px;
}
h5{
    font-family: "gilroy";
    font-weight: 600;
    font-size: 20px;
    color: #1C0C2A60 !important;
}
h6{
    font-family: "gilroy";
    font-weight: 600;
    font-size: 18px;
    color: #1C0C2A60;
    margin: 0px;
}
p{
    font-family: "gilroy";
    font-weight: 500;
    margin: 0px;
    color: #1C0C2A60;
    font-size: 15px;
}
span{
    font-family: "gilroy";
    font-weight: 600;
    font-size: 16px;
    color: #1C0C2A !important;
}
a{
    font-family: "gilroy";
    font-weight: 600 !important;
    text-decoration: none;
    color: white;
}
li{
    font-family: "gilroy";
    font-weight: 600;
    list-style: none;
    color: #1C0C2A;
    font-size: 16px;
}
a:hover{
    color: white;
}

button{
    font-family: "gilroy";
    font-size: 14px;
    font-weight: 600 !important;
    /* border-radius: 5px; */
}
input,select,label{
    font-family: 'gilroy';
    font-weight: 500;
}
th,td{
    font-family: 'gilroy';
}
.accent-btn{
    background: #343b99;
    color: #FFFFFF;
    padding: 9px;
    border-radius: 3px;
    border: none;
    font-weight: 500 !important;
    cursor: pointer;
}
.spinner-border-btn{
    width: 14px;
    height: 14px;
    color: #FFFFFF !important;
}