/************************************
	Font
*************************************/

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ExtraLight.eot');
    src: url('../fonts/Raleway-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-ExtraLight.woff2') format('woff2'),
    url('../fonts/Raleway-ExtraLight.woff') format('woff'),
    url('../fonts/Raleway-ExtraLight.ttf') format('truetype'),
    url('../fonts/Raleway-ExtraLight.svg#Raleway-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/************************************
	Font Family
*************************************/

.gt-font-family {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
}

.gt-font-family-second {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700;
}

/************************************
	Font Color
*************************************/

.gt-font-color-main {
    color: #344055 !important;
}

.gt-font-color-second {
    color: #5d6677 !important;
}

.gt-font-color-third {
    color: #344055 !important;
}

.text-container a,
.gt-font-color-fourth {
    color: #000000 !important;
}

.gt-font-color-fifth {
    color: #000000 !important;
}

