/*
 Theme Name:   Carz Child Theme
 Theme URI:    https://carz.ancorathemes.com/
 Description:  Carz Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     carz
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  carz
*/


/* =Theme customization starts here
------------------------------------------------------------ */


/* --- Lógica para la marca AUDI --- */
/* Afecta a cualquier vehículo marcado como 'audi' en 'cpt_cars_maker' */
body.marca-audi h1,
body.marca-audi h2,
body.marca-audi h3,
body.marca-audi .titulo-vehiculo {
    /* Agrega aquí tus clases de títulos */
    font-family: 'AudiType Extended', sans-serif;
    font-weight: bold;
}

body.marca-audi p,
body.marca-audi .descripcion-vehiculo {
    font-family: 'AudiType', sans-serif;
}

/* --- Lógica para otra marca (Ej. BMW) --- */
body.marca-bmw h1 {
    font-family: 'Arial', sans-serif;
    /* Ejemplo */
}