/*
 Archivo: font.css
 Descripción: Archivo de fuentes tipográficas para la web de los centros ESPOL 2025.
 Contiene las declaraciones @font-face y enlaces a las familias tipográficas disponibles para su uso en la plataforma.

 Autor: Amhed Flores
 Mantenimiento: Equipo de desarrollo GCOM ESPOL
 Última actualización: 8 de septiembre de 2025
*/
/* Open Sans */
/* Esta fuente se la llama como font-family: 'Open Sans'; */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Regular */
@font-face {
  font-family: 'SF-Pro-Regular';
  src: url('https://cdn.espol.edu.ec/fonts/SF-Pro-Display-Regular.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF-Pro-Medium';
  src: url('https://cdn.espol.edu.ec/fonts/SF-Pro-Display-Medium.otf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SocialMedia';
  src: url('https://cdn.espol.edu.ec/fonts/Social_Media_Circled.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fontawesome6';
  src: url('https://cdn.espol.edu.ec/fonts/font_Awesom_6.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fontawesome6-brands';
  src: url('https://cdn.espol.edu.ec/fonts/fa-brands-400.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('https://cdn.espol.edu.ec/fonts/Roboto-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('https://cdn.espol.edu.ec/fonts/Roboto-Medium.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('https://cdn.espol.edu.ec/fonts/Roboto-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('https://cdn.espol.edu.ec/fonts/Roboto-Black.ttf');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RobotoCondensed-Bold';
  src: url('https://cdn.espol.edu.ec/fonts/RobotoCondensed-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue';
  src: url('https://cdn.espol.edu.ec/fonts/neuehanskendrick-regular.woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue-Medium';
  src: url('https://cdn.espol.edu.ec/fonts/neuehanskendrick-medium.woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue-Semibold';
  src: url('https://cdn.espol.edu.ec/fonts/neuehanskendrick-semibold.woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue-Bold';
  src: url('https://cdn.espol.edu.ec/fonts/neuehanskendrick-bold.woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}