@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 200;
    src: local('Cairo Light'), url('../font/Cairo-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 300;
    src: local('Cairo Regular'), url('../font/Cairo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    src: local('Cairo Medium'), url('../font/Cairo-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 500;
    src: local('Cairo SemiBold'), url('../font/Cairo-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    src: local('Cairo Bold'), url('../font/Cairo-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    src: local('Cairo ExtraBold'), url('../font/Cairo-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 800;
    src: local('Cairo Black'), url('../font/Cairo-Black.ttf') format('truetype');
}


@font-face{
        font-family: 'Nimbus';
    font-style: normal;
    font-weight: 300;
    src: local('Nimbus Regular'), url('../font/NimbusSanL-Reg.otf') format('truetype');
}

@font-face {
    font-family: 'Nimbus';
    font-style: normal;
    font-weight: 600;
    src: local('Cairo Bold'), url('../font/NimbusSanL-Bol.otf') format('truetype');
}