/*
 Theme Name:   Blocksy UNESP Child Theme
 Theme URI:    https://brics-nu.unesp.br/
 Description:  Tema filho customizado para o Tema Blocksy da UNESP.
 Author:       CTINF / UNESP
 Author URI:   https://www2.unesp.br/portal#!/ctinf
 Template:     blocksy
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         blocksy, child-theme, unesp
 Text Domain:  blocksy-unesp
*/

/* ========================================================== */
/* 1. DEFINIÇÃO DAS FONTES CUSTOMIZADAS (INTER) */
/* ========================================================== */

/* --- Inter-Thin (Peso 100) --- */
@font-face {
    font-family: 'Inter Custom';
    font-style: normal;
    font-weight: 100; /* Thin */
    font-display: swap; /* Melhora o carregamento */
    src: url('fonts/Inter-Thin.woff2') format('woff2'),
         url('fonts/Inter-Thin.woff') format('woff'),
         url('fonts/Inter-Thin.ttf') format('truetype'); /* Mantido para máxima compatibilidade */
}

/* --- Inter-ExtraLight (Peso 200) --- */
@font-face {
    font-family: 'Inter Custom';
    font-style: normal;
    font-weight: 200; /* ExtraLight */
    font-display: swap; /* Melhora o carregamento */
    src: url('fonts/Inter-ExtraLight.woff2') format('woff2'),
         url('fonts/Inter-ExtraLight.woff') format('woff'),
         url('fonts/Inter-ExtraLight.ttf') format('truetype'); /* Mantido para máxima compatibilidade */
}

/* --- Inter-Light (Peso 300) --- */
@font-face {
    font-family: 'Inter Custom';
    font-style: normal;
    font-weight: 300; /* Light */
    font-display: swap; /* Melhora o carregamento */
    src: url('fonts/Inter-Light.woff2') format('woff2'),
         url('fonts/Inter-Light.woff') format('woff'),
         url('fonts/Inter-Light.ttf') format('truetype'); /* Mantido para máxima compatibilidade */
}

/* --- Inter Regular (Peso 400) --- */
@font-face {
    font-family: 'Inter Custom';
    font-style: normal;
    font-weight: 400; /* Regular */
    font-display: swap; /* Melhora o carregamento */
    src: url('fonts/Inter-Regular.woff2') format('woff2'),
         url('fonts/Inter-Regular.woff') format('woff'),
         url('fonts/Inter-Regular.ttf') format('truetype'); /* Mantido para máxima compatibilidade */
}

/* --- Inter Medium (Peso 500) --- */
@font-face {
    font-family: 'Inter Custom';
    font-style: normal;
    font-weight: 500; /* Medium */
    font-display: swap;
    src: url('fonts/Inter-Medium.woff2') format('woff2'),
         url('fonts/Inter-Medium.woff') format('woff'),
         url('fonts/Inter-Medium.ttf') format('truetype');
}

/* --- Inter-SemiBold (Peso 600) --- */
@font-face {
    font-family: 'Inter Custom';
    font-style: normal;
    font-weight: 600; /* SemiBold */
    font-display: swap;
    src: url('fonts/Inter-SemiBold.woff2') format('woff2'),
         url('fonts/Inter-SemiBold.woff') format('woff'),
         url('fonts/Inter-SemiBold.ttf') format('truetype');
}

/* --- Inter Bold (Peso 700) --- */
@font-face {
    font-family: 'Inter Custom';
    font-style: normal;
    font-weight: 700; /* Bold */
    font-display: swap;
    src: url('fonts/Inter-Bold.woff2') format('woff2'),
         url('fonts/Inter-Bold.woff') format('woff'),
         url('fonts/Inter-Bold.ttf') format('truetype');
}

/* --- Inter-ExtraBold (Peso 800) --- */
@font-face {
    font-family: 'Inter Custom';
    font-style: normal;
    font-weight: 800; /* ExtraBold */
    font-display: swap;
    src: url('fonts/Inter-ExtraBold.woff2') format('woff2'),
         url('fonts/Inter-ExtraBold.woff') format('woff'),
         url('fonts/Inter-ExtraBold.ttf') format('truetype');
}

/* --- Inter-Black (Peso 900) --- */
@font-face {
    font-family: 'Inter Custom';
    font-style: normal;
    font-weight: 900; /* Black */
    font-display: swap;
    src: url('fonts/Inter-Black.woff2') format('woff2'),
         url('fonts/Inter-Black.woff') format('woff'),
         url('fonts/Inter-Black.ttf') format('truetype');
}



/* ========================================================== */
/* 2. APLICAÇÃO DA FONTE */
/* ========================================================== */

/*body {
    // Aplica a fonte Inter Custom como a principal 
    font-family: 'Inter Custom', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}*/

/*h1, h2, h3, h4, h5, h6 {
    //Define um peso específico para os títulos (o peso 700 é o Bold)
    font-family: 'Inter Custom', sans-serif;
    font-weight: 700;
}*/