@font-face {

font-family: 'Gloria Hallelujah';

font-style: normal;

font-weight: 400;

font-display: swap;

src: url(https://fonts.gstatic.com/s/gloriahallelujah/v21/LYjYdHv3kUk9BMV96EIswT9DIbW-MIS11zM.woff2) format('woff2');

unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

}

@font-face {

font-family: 'Montserrat';

font-style: normal;

font-weight: 400;

src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw0aXpsog.woff2) format('woff2');

unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;

}

@font-face

{

font-family: "Lord-sprit";

font-style:normal;

src:url("../../assets/fonts/LordSpiritRegular-L3DwG.ttf") format("truetype");

}
@font-face {

font-family: "Gilroy-SemiBold";

font-style: normal;

src: url(../../assets/fonts/Gilroy-Bold.woff2) format("opentype");

display:swap;

}

@font-face {

font-family: "DINNextLTPro-BoldCondensed";

font-style: normal;

src: url(../../assets/fonts/DINNextLTPro-BoldCondensed.woff2) format("opentype");

display:swap;

}

@font-face {

font-family: "Gilroy-Bold";

font-style: normal;

src: url(../../assets/fonts/Gilroy-Bold.woff2) format("opentype");

display:swap;

}

@font-face {

font-family: "Gilroy-Heavy";

font-style: normal;

src: url(../../assets/fonts/Gilroy-Heavy.woff2) format("opentype");

display:swap;

}

@font-face {

font-family: "Gilroy-Black";

font-style: normal;

src: url(../../assets/fonts/Gilroy-Black.woff2) format("opentype");

display:swap;

}

@font-face {

font-family: "Gilroy-Medium";

font-style: normal;

src: url(../../assets/fonts/Gilroy-Medium.woff2) format("opentype");

display:swap;

}

@font-face

{

font-family: "Montserrat-Light";

font-style:normal;

src:url("../../assets/fonts/Montserrat-Light.ttf") format("truetype");

}

@font-face

{

font-family: "Montserrat-Regular";

font-style:normal;

src:url("../../assets/fonts/Montserrat-Regular.ttf") format("truetype");

}@font-face

{

font-family: "Montserrat-SemiBold";

font-style:normal;

src:url("../../assets/fonts/Montserrat-SemiBold.ttf") format("truetype");

}

@font-face {

font-family: 'Staff Wide';

src: url('../../assets/fonts/subset-StaffWide-Black.woff2') format('woff2'),

/*url('/wp-content/themes/hello-theme-child-master/fonts/subset-StaffWide-Black.woff') format('woff');*/

font-weight: 900;

font-style: normal;

font-display: swap;

}

@font-face

{

font-family: "montserrat-v26-latin-500";

font-style:normal;

src:url("../../assets/fonts/montserrat-v26-latin-500.woff2") format("opentype");

}

@font-face

{

font-family: "montserrat-v26-latin-700";

font-style:normal;

src:url("../../assets/fonts/montserrat-v26-latin-500.woff2") format("opentype");

}
body{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .top-header,
        .footer {
            background-color: #000;
            color: #fff;
            text-align: center;
            padding: 15px;
            font-family: "Gilroy-Medium";
        }
        .top-header{
            display: flex;
            justify-content: center;
            align-items: center;
            column-gap: 10px;
        }
        .reviews-star i {
            font-size: 16px !important;
            color: #fff06b;
        }
        .footer a {
            color: #fff;
            font-family: "Gilroy-Medium";
        }

        .hero {
            background-image: url('../assets/images/greenroads-desktop.png');
            background-repeat: no-repeat;
            background-size: 100%;
            height: 96vh;
        }
        @font-face {
            font-family: "Gilroy-Medium";
            font-style: normal;
            src: url(../../assets/fonts/Gilroy-Medium.woff2) format("opentype");
            display:swap;
            }