/* Salve este arquivo em: public_html/infograficos/fontes_margem/margem.css
   Certifique-se que os arquivos .ttf estão na mesma pasta.
*/

@font-face {
    font-family: 'Margem';
    src: url('Margem-Thin-web.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Margem';
    src: url('Margem-Light-web.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Margem';
    src: url('Margem-Regular-web.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Margem';
    src: url('Margem-Medium-web.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Margem';
    src: url('Margem-Bold-web.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Margem';
    src: url('Margem-Black-web.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}