/**** BLOQUE: FUENTES ****/
@font-face {
    font-family: "Amaranth";
    src:
        local("Amaranth"),
        url("fonts/Amaranth-Regular.ttf") format("ttf");
    font-weight: normal;
}

@font-face {
    font-family: "Amaranth";
    src:
        local("Amaranth"),
        url("fonts/Amaranth-Bold.ttf") format("ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Inter";
    src:
        local("Inter"),
        url("fonts/Inter-VariableFont_opsz,wght.ttf") format("ttf");
    font-weight: 100 900;
}

/* Iconos creados como fuente para poder usarlos como "content" en CSS. Usar font-family: "nombre de la fuente de iconos" y luego añadir en content el código Unicode del icono 
 * Se puede ver el código de cada icono subiendo el archivo ttf a https://transfonter.org/ > Preview . CUIDADO CON LAS MAYUSCULAS Y LAS MINÚSCULAS */
@font-face {
    font-family: 'phosphor-brands';
    src: url('https://nuevaweb.academiacolonmostoles.es/wp-content/uploads/elementor/custom-icons/phosphor-brands/fonts/phosphor-brands.woff') format('woff2'),
        url('https://nuevaweb.academiacolonmostoles.es/wp-content/uploads/elementor/custom-icons/phosphor-brands/fonts/phosphor-brands.ttf') format('truetype'),
        url('https://nuevaweb.academiacolonmostoles.es/wp-content/uploads/elementor/custom-icons/phosphor-brands/fonts/phosphor-brands.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'phosphor-communication';
    src: url('https://nuevaweb.academiacolonmostoles.es/wp-content/uploads/elementor/custom-icons/phosphor-communication/fonts/phosphor-communication.woff') format('woff2'),
        url('https://nuevaweb.academiacolonmostoles.es/wp-content/uploads/elementor/custom-icons/phosphor-communication/fonts/phosphor-communication.ttf') format('truetype'),
        url('https://nuevaweb.academiacolonmostoles.es/wp-content/uploads/elementor/custom-icons/phosphor-communication/fonts/phosphor-communication.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'phosphor-math-finance';
    src: url('https://nuevaweb.academiacolonmostoles.es/wp-content/uploads/elementor/custom-icons/phosphor-math-finance/fonts/phosphor-math-finance.woff') format('woff2'),
        url('https://nuevaweb.academiacolonmostoles.es/wp-content/uploads/elementor/custom-icons/phosphor-math-finance/fonts/phosphor-math-finance.ttf') format('truetype'),
        url('https://nuevaweb.academiacolonmostoles.es/wp-content/uploads/elementor/custom-icons/phosphor-math-finance/fonts/phosphor-math-finance.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'phosphor-education';
    src: url('https://nuevaweb.academiacolonmostoles.es/wp-content/uploads/elementor/custom-icons/phosphor-education/fonts/phosphor-education.woff') format('woff2'),
        url('https://nuevaweb.academiacolonmostoles.es/wp-content/uploads/elementor/custom-icons/phosphor-education/fonts/phosphor-education.ttf') format('truetype'),
        url('https://nuevaweb.academiacolonmostoles.es/wp-content/uploads/elementor/custom-icons/phosphor-education/fonts/phosphor-education.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'phosphor-system-devices';
  src: url('https://nuevaweb.academiacolonmostoles.es/wp-content/uploads/elementor/custom-icons/phosphor-system-devices/fonts/phosphor-system-devices.woff') format('woff2'),
       url('https://nuevaweb.academiacolonmostoles.es/wp-content/uploads/elementor/custom-icons/phosphor-system-devices/fonts/phosphor-system-devices.ttf') format('truetype'),
       url('https://nuevaweb.academiacolonmostoles.es/wp-content/uploads/elementor/custom-icons/phosphor-system-devices/fonts/phosphor-system-devices.eot') format('eot');
  font-weight: normal;
  font-style: normal;
}