@font-face {
    font-family: 'Raleway-Font';
    src: url('../fonts/new-theme/Raleway/Raleway-Regular.woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Font';
    src: url('../fonts/new-theme/Raleway/Raleway-Medium.woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Font';
    src: url('../fonts/new-theme/Raleway/Raleway-Bold.woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Font';
    src: url('../fonts/new-theme/Raleway/Raleway-Bold.woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Sourcesans-Regular';
    src: url('../fonts/new-theme/OpenSans/OpenSans-Regular.woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Sourcesans-Medium';
    src: url('../fonts/new-theme/OpenSans/OpenSans-Medium.woff2');
    font-weight: 500;
    font-display: swap;
}


@font-face {
    font-family: 'Sourcesans-SemiBold';
    src: url('../fonts/new-theme/OpenSans/OpenSans-SemiBold.woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Sourcesans-Bold';
    src: url('../fonts/new-theme/OpenSans/OpenSans-Bold.woff2');
    font-weight: 700;
    font-display: swap;
}