:root {
    --man-regular: 'Manrope-Regular';
    --man-bold: 'Manrope-Bold';
    --man-extra-bold: 'Manrope-Extra-Bold';
    --man-light: 'Manrope-Light';
    --man-extra-light: 'Manrope-Extra-Light';
    --man-medium: 'Manrope-Medium';
    --man-semibold: 'Manrope-Semibold';
}

@font-face {
    font-family: 'Manrope-Bold';
    src: url('Manrope-Bold.woff2') format('woff2'),
         url('Manrope-Bold.otf') format('opentype'),
         url('Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-Extra-Bold';
    src: url('Manrope-ExtraBold.woff2') format('woff2'),
         url('Manrope-ExtraBold.otf') format('opentype'),
         url('Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-Light';
    src: url('Manrope-Light.woff2') format('woff2'),
         url('Manrope-Light.otf') format('opentype'),
         url('Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-Extra-Light';
    src: url('Manrope-ExtraLight.woff2') format('woff2'),
         url('Manrope-ExtraLight.otf') format('opentype'),
         url('Manrope-ExtraLight.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-Regular';
    src: url('Manrope-Regular.woff2') format('woff2'),
         url('Manrope-Regular.otf') format('opentype'),
         url('Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-Medium';
    src: url('Manrope-Medium.woff2') format('woff2'),
         url('Manrope-Medium.otf') format('opentype'),
         url('Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-Semibold';
    src: url('Manrope-Semibold.woff2') format('woff2'),
         url('Manrope-Semibold.otf') format('opentype'),
         url('Manrope-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}
