
@font-face {
    font-family: 'fira_sansregular';
    src: url('../font/firasans-regular-webfont.woff2') format('woff2'),
         url('../font/firasans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'fira_sanssemibold';
    src: url('../font/firasans-semibold-webfont.woff2') format('woff2'),
         url('../font/firasans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fira_sansbold';
    src: url('../font/firasans-bold-webfont.woff2') format('woff2'),
         url('../font/firasans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'canelaregular';
    src: url('../font/canela-regular-webfont.woff2') format('woff2'),
         url('../font/canela-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'canelabold';
    src: url('../font/canela-bold-webfont.woff2') format('woff2'),
         url('../font/canela-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

