@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff') format('woff'),
        url('../fonts/Manrope-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.woff') format('woff'),
    url('../fonts/Manrope-ExtraBold.woff2') format('woff2');
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Semibold.woff') format('woff'),
    url('../fonts/Manrope-Semibold.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.woff') format('woff'),
    url('../fonts/Manrope-Medium.woff2') format('woff2');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText-Regular.woff') format('woff'),
    url('../fonts/GolosText-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText-Medium.woff') format('woff'),
    url('../fonts/GolosText-Medium.woff2') format('woff2');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff') format('woff'),
    url('../fonts/Inter-Medium.woff2') format('woff2');
    font-style: normal;
    font-weight: 500;
}