/*
 Theme Name:   Blocksy Child
 Template:     blocksy
 Description:  Tema filho do Blocksy para customizações
 Author:       Seu Nome
 Version:      1.0.0
*/

/* Fonte base */
body {
    font-family: 'Inter', 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
}

/* Títulos H1 a H6 com Rajdhani Bold */
h1 {
    font-family: 'Rajdhani', 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
}

h2 {
    font-family: 'Rajdhani', 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 35px;
}

h3 {
    font-family: 'Rajdhani', 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
}

h4 {
    font-family: 'Rajdhani', 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 25px;
}

h5 {
    font-family: 'Rajdhani', 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
}

h6 {
    font-family: 'Rajdhani', 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
}

/* Botões */
button, .button, input[type="button"], input[type="submit"] {
    font-family: 'Inter', 'Open Sans', Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
}

/* Citações */
blockquote {
    font-family: 'Inter', 'Open Sans', Arial, sans-serif;
    font-style: normal;
}

/* Citação destacada */
blockquote.highlighted {
    font-family: 'Georgia', serif;
    font-weight: 600;
    font-size: 25px;
}

/* Texto pré-formatado */
pre, code {
    font-family: monospace, monospace;
    font-weight: 400;
    font-size: 16px;
}

/* Figcaption */
figcaption {
    font-family: 'Inter', 'Open Sans', Arial, sans-serif;
    font-size: 14px;
}
