/**
 * @file
 * Subtheme specific CSS.
 */
/* FUENTES */
@font-face {
    font-family: 'a2fontbold';
    src: url('../fonts/a2font-bold-webfont.woff2') format('woff2'),
         url('../fonts/a2font-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'a2fontextrabold';
    src: url('../fonts/a2font-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/a2font-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'a2fontextralight';
    src: url('../fonts/a2font-extralight-webfont.woff2') format('woff2'),
         url('../fonts/a2font-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'a2fontlight';
    src: url('../fonts/a2font-light-webfont.woff2') format('woff2'),
         url('../fonts/a2font-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'a2fontsemibold';
    src: url('../fonts/a2font-semibold-webfont.woff2') format('woff2'),
         url('../fonts/a2font-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* FIN FUENTES */
