/* 
 * Definición de Tipografías
 * ==========================================================================
 * Este archivo contiene las declaraciones @font-face para las fuentes locales.
 * 
 * Ubicación de los archivos de fuente: ../fonts/Fonts/
 * 
 * Familias incluidas:
 * - PT Serif
 * - Raleway (Variable)
 * - Roboto
 * - Roboto Slab
 */

/* ==========================================================================
   PT Serif
   ========================================================================== */

/* Regular - 400 */
@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/Fonts/PTSerif-Regular.woff2') format('woff2'),
         url('../fonts/Fonts/PTSerif-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Bold - 700 */
@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/Fonts/PTSerif-Bold.woff2') format('woff2'),
         url('../fonts/Fonts/PTSerif-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   Raleway (Variable Font)
   ========================================================================== */

/* 
 * Raleway soporta un rango de pesos (100-900).
 * Se utiliza el archivo variable para cubrir todos los pesos.
 */

/* Roman (Normal) */
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Fonts/Raleway-VariableFont_wght.woff2') format('woff2'),
         url('../fonts/Fonts/Raleway-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Italic */
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Fonts/Raleway-Italic-VariableFont_wght.woff2') format('woff2'),
         url('../fonts/Fonts/Raleway-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* ==========================================================================
   Roboto
   ========================================================================== */

/* Light - 300 */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Fonts/Roboto-Light.woff2') format('woff2'),
         url('../fonts/Fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular - 400 */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Fonts/Roboto-Regular.woff2') format('woff2'),
         url('../fonts/Fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium - 500 */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Fonts/Roboto-Medium.woff2') format('woff2'),
         url('../fonts/Fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Bold - 700 */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Fonts/Roboto-Bold.woff2') format('woff2'),
         url('../fonts/Fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Black - 900 */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Fonts/Roboto-Black.woff2') format('woff2'),
         url('../fonts/Fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   Roboto Slab
   ========================================================================== */

/* Thin - 100 */
@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/Fonts/RobotoSlab-Thin.woff2') format('woff2'),
         url('../fonts/Fonts/RobotoSlab-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Light - 300 */
@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/Fonts/RobotoSlab-Light.woff2') format('woff2'),
         url('../fonts/Fonts/RobotoSlab-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular - 400 */
@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/Fonts/RobotoSlab-Regular.woff2') format('woff2'),
         url('../fonts/Fonts/RobotoSlab-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Bold - 700 */
@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/Fonts/RobotoSlab-Bold.woff2') format('woff2'),
         url('../fonts/Fonts/RobotoSlab-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
