﻿/* Regular */
@font-face {
    font-family: 'Manrope';
    src: local('Manrope'), local('Manrope-Regular'), url('Manrope/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: 'Manrope';
    src: local('Manrope'), local('Manrope-Light'), url('Manrope/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* ExtraLight */
@font-face {
    font-family: 'Manrope';
    src: local('Manrope'), local('Manrope-ExtraLight'), url('Manrope/Manrope-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: 'Manrope';
    src: local('Manrope'), local('Manrope-Medium'), url('Manrope/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* SemiBold */
@font-face {
    font-family: 'Manrope';
    src: local('Manrope'), local('Manrope-SemiBold'), url('Manrope/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'Manrope';
    src: local('Manrope'), local('Manrope-Bold'), url('Manrope/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* ExtraBold */
@font-face {
    font-family: 'Manrope';
    src: local('Manrope'), local('Manrope-ExtraBold'), url('Manrope/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
