/*
 * Tipografía corporativa de Minsait, servida desde este mismo dominio.
 *
 * Los servidores de minsait.com no envían la cabecera CORS que las fuentes web
 * exigen, así que enlazarlas desde allí no funciona: hay que alojarlas aquí.
 * Los ficheros están en public/fonts/.
 */
@font-face { font-family: "ForFuture Sans"; font-weight: 300; font-style: normal; font-display: swap;
    src: url("/fonts/ForFutureSans-Light.woff2") format("woff2"); }
@font-face { font-family: "ForFuture Sans"; font-weight: 300; font-style: italic; font-display: swap;
    src: url("/fonts/ForFutureSans-LightItalic.woff2") format("woff2"); }
@font-face { font-family: "ForFuture Sans"; font-weight: 400; font-style: normal; font-display: swap;
    src: url("/fonts/ForFutureSans-Regular.woff2") format("woff2"); }
@font-face { font-family: "ForFuture Sans"; font-weight: 400; font-style: italic; font-display: swap;
    src: url("/fonts/ForFutureSans-RegularItalic.woff2") format("woff2"); }
@font-face { font-family: "ForFuture Sans"; font-weight: 500; font-style: normal; font-display: swap;
    src: url("/fonts/ForFutureSans-Medium.woff2") format("woff2"); }
@font-face { font-family: "ForFuture Sans"; font-weight: 500; font-style: italic; font-display: swap;
    src: url("/fonts/ForFutureSans-MediumItalic.woff2") format("woff2"); }
@font-face { font-family: "ForFuture Sans"; font-weight: 700; font-style: normal; font-display: swap;
    src: url("/fonts/ForFutureSans-Bold.woff2") format("woff2"); }
@font-face { font-family: "ForFuture Sans"; font-weight: 700; font-style: italic; font-display: swap;
    src: url("/fonts/ForFutureSans-BoldItalic.woff2") format("woff2"); }
@font-face { font-family: "ForFuture Sans"; font-weight: 900; font-style: normal; font-display: swap;
    src: url("/fonts/ForFutureSans-Black.woff2") format("woff2"); }
@font-face { font-family: "ForFuture Sans"; font-weight: 900; font-style: italic; font-display: swap;
    src: url("/fonts/ForFutureSans-BlackItalic.woff2") format("woff2"); }
