/*////////////////////////////////////////*/
/*Manrope*/
/*Manrope / Manrope-Bold*/
@font-face {
    font-family: 'Manrope';
    src: local('Manrope Bold'), local('Manrope-Bold'),
        url('../fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype'),
        url('../fonts/Manrope/static/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*Manrope / Manrope-ExtraBold*/
@font-face {
    font-family: 'Manrope';
    src: local('Manrope ExtraBold'), local('Manrope-ExtraBold'),
        url('../fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype'),
        url('../fonts/Manrope/static/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/*Manrope / Manrope-ExtraLight*/
@font-face {
    font-family: 'Manrope';
    src: local('Manrope ExtraLight'), local('Manrope-ExtraLight'),
        url('../fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype'),
        url('../fonts/Manrope/static/Manrope-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

/*Manrope / Manrope-Light*/
@font-face {
    font-family: 'Manrope';
    src: local('Manrope Light'), local('Manrope-Light'),
        url('../fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype'),
        url('../fonts/Manrope/static/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/*Manrope / Manrope-Medium*/
@font-face {
    font-family: 'Manrope';
    src: local('Manrope Medium'), local('Manrope-Medium'),
        url('../fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype'),
        url('../fonts/Manrope/static/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/*Manrope / Manrope-Regular*/
@font-face {
    font-family: 'Manrope';
    src: local('Manrope Regular'), local('Manrope-Regular'),
        url('../fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype'),
        url('../fonts/Manrope/static/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/*Manrope / Manrope-SemiBold*/
@font-face {
    font-family: 'Manrope';
    src: local('Manrope SemiBold'), local('Manrope-SemiBold'),
        url('../fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype'),
        url('../fonts/Manrope/static/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}