/*
 * Override @font-face de plantilla24 para evitar CORS al servir desde
 * un origen distinto a web.ua.es (cvnet, preproddesa, localhost).
 * Las fuentes originales se descargan a wwwroot/fonts/plantilla24/.
 * Debe cargarse DESPUES de plantilla24-web.min.css.
 *
 * Bootstrap Icons NO esta aqui: ya viene via libman en
 * wwwroot/lib/bootstrap-icons/font/bootstrap-icons.min.css, que se carga
 * despues que plantilla24 y declara su propio @@font-face local.
 */

/* Atkinson Hyperlegible Next - light 300 */
@font-face {
    font-family: 'Atkinson Hyperlegible Next';
    font-style: normal; font-weight: 300; font-display: swap;
    src: url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-light.woff2") format("woff2"),
         url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-light.woff") format("woff");
}
@font-face {
    font-family: 'Atkinson Hyperlegible Next';
    font-style: italic; font-weight: 300; font-display: swap;
    src: url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-lightitalic.woff2") format("woff2"),
         url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-lightitalic.woff") format("woff");
}

/* Atkinson Hyperlegible Next - regular 400 */
@font-face {
    font-family: 'Atkinson Hyperlegible Next';
    font-style: normal; font-weight: 400; font-display: swap;
    src: url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-regular.woff2") format("woff2"),
         url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-regular.woff") format("woff");
}
@font-face {
    font-family: 'Atkinson Hyperlegible Next';
    font-style: italic; font-weight: 400; font-display: swap;
    src: url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-regularitalic.woff2") format("woff2"),
         url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-regularitalic.woff") format("woff");
}

/* Atkinson Hyperlegible Next - medium 500 */
@font-face {
    font-family: 'Atkinson Hyperlegible Next';
    font-style: normal; font-weight: 500; font-display: swap;
    src: url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-medium.woff2") format("woff2"),
         url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-medium.woff") format("woff");
}
@font-face {
    font-family: 'Atkinson Hyperlegible Next';
    font-style: italic; font-weight: 500; font-display: swap;
    src: url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-mediumitalic.woff2") format("woff2"),
         url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-mediumitalic.woff") format("woff");
}

/* Atkinson Hyperlegible Next - semibold 600 */
@font-face {
    font-family: 'Atkinson Hyperlegible Next';
    font-style: normal; font-weight: 600; font-display: swap;
    src: url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-semibold.woff2") format("woff2"),
         url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-semibold.woff") format("woff");
}
@font-face {
    font-family: 'Atkinson Hyperlegible Next';
    font-style: italic; font-weight: 600; font-display: swap;
    src: url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-semibolditalic.woff2") format("woff2"),
         url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-semibolditalic.woff") format("woff");
}

/* Atkinson Hyperlegible Next - bold 700 */
@font-face {
    font-family: 'Atkinson Hyperlegible Next';
    font-style: normal; font-weight: 700; font-display: swap;
    src: url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-bold.woff2") format("woff2"),
         url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-bold.woff") format("woff");
}
@font-face {
    font-family: 'Atkinson Hyperlegible Next';
    font-style: italic; font-weight: 700; font-display: swap;
    src: url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-bolditalic.woff2") format("woff2"),
         url("../fonts/plantilla24/atkinson-hyperlegible/next/atkinsonhyperlegiblenext-bolditalic.woff") format("woff");
}
