/*** ------------ fonts ------------ ***/

@font-face {
    font-family: 'manrope';
    src: url('../style/fonts/manrope/manrope-100/manrope-100.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('../style/fonts/manrope/manrope-300/manrope-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('../style/fonts/manrope/manrope-400/manrope-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('../style/fonts/manrope/manrope-500/manrope-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('../style/fonts/manrope/manrope-600/manrope-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'manrope';
    src: url('../style/fonts/manrope/manrope-700/manrope-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'bona-nova';
    src: url('../style/fonts/bona-nova/bona-nova-400/bona-nova-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'bona-nova';
    src: url('../style/fonts/bona-nova/bona-nova-700/bona-nova-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'libertinus-sans';
    src: url('../style/fonts/libertinus-sans/libertinus-sans-400/libertinus-sans-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'libertinus-sans';
    src: url('../style/fonts/libertinus-sans/libertinus-sans-700/libertinus-sans-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'qanelas';
    src: url('../style/fonts/qanelas/qanelas-100/qanelas-100.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'qanelas';
    src: url('../style/fonts/qanelas/qanelas-200/qanelas-200.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'qanelas';
    src: url('../style/fonts/qanelas/qanelas-300/qanelas-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'qanelas';
    src: url('../style/fonts/qanelas/qanelas-400/qanelas-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'qanelas';
    src: url('../style/fonts/qanelas/qanelas-500/qanelas-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'qanelas';
    src: url('../style/fonts/qanelas/qanelas-600/qanelas-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'qanelas';
    src: url('../style/fonts/qanelas/qanelas-700/qanelas-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'qanelas';
    src: url('../style/fonts/qanelas/qanelas-800/qanelas-800.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'qanelas';
    src: url('../style/fonts/qanelas/qanelas-900/qanelas-900.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/*** ------------ end.fonts ------------ ***/