@font-face {
    font-family: Gilroy-Bold;
    src: url(../font/Gilroy-Bold.ttf)
}

@font-face {
    font-family: Gilroy-Medium;
    src: url(../font/Gilroy-Medium.ttf)
}

@font-face {
    font-family: Gilroy-Regular;
    src: url(../font/Gilroy-Regular.ttf)
}

.font-gilroy-regular{
    font-family: Gilroy-Regular !important;
    line-height: 1.25em;
}
.font-gilroy-medium {
    font-family: Gilroy-Medium !important;
    line-height: 1.25em;
}
.font-gilroy-bold {
    font-family: Gilroy-Bold !important;
    line-height: 1.25em;
}

.linear-gradient-style-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(to left, rgba(2,6,23, .1), rgba(2,6,23, 1));
}
.linear-gradient-style-2{
    position: relative;
}
.linear-gradient-style-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(to right, rgba(2,6,23, .4), rgba(2,6,23, 1));
}
body{
    background: rgb(2,6,23);
}
