@font-face {
    font-family: 'Lato';
    src: url('../ttf/lato-thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../ttf/lato-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../ttf/lato-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../ttf/lato-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../ttf/lato-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../eot/myriadpro-regular.eot');
    src: url('../eot/myriadpro-regulard41d.eot#iefix') format('embedded-opentype'),
        url('../woff2/myriadpro-regular.woff2') format('woff2'),
        url('../woff/myriadpro-regular.woff') format('woff'),
        url('../ttf/myriadpro-regular.ttf') format('truetype'),
        url('../svg/myriadpro-regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../eot/myriadpro-bold.eot');
    src: url('../eot/myriadpro-boldd41d.eot#iefix') format('embedded-opentype'),
        url('../woff2/myriadpro-bold.woff2') format('woff2'),
        url('../woff/myriadpro-bold.woff') format('woff'),
        url('../ttf/myriadpro-bold.ttf') format('truetype'),
        url('../svg/myriadpro-bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}