@font-face {
    font-family: 'Gilroy';
    src: url('https://fonts.cdnfonts.com/s/16219/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('https://fonts.cdnfonts.com/s/16219/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('https://fonts.cdnfonts.com/s/16219/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('https://fonts.cdnfonts.com/s/16219/Gilroy-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body,
body.home-main {
    font-family: 'Gilroy', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gilroy', sans-serif;
}

.navbar .logo.logo-text {
    width: auto;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: -0.03em;
    color: #fff;
    text-decoration: none;
    line-height: 1;
}

.hr-sec .fit-img[class*="card-bg-"] .butn-arrow.butn-blur {
    background: rgba(15, 15, 15, 0.08);
    color: #fff;
}

.hr-sec .fit-img[class*="card-bg-"] .butn-arrow.butn-blur .arrow-icon {
    background: #0f0f0f;
    border-color: transparent;
}

.hr-sec .fit-img[class*="card-bg-"] .butn-arrow.butn-blur .arrow-icon svg {
    stroke: #fff;
}
