/*
Theme Name: Kadence Child
Theme URI: https://www.liquidweb.com/software/kadence/
Template: kadence
Author: Kadence WP
Author URI: https://www.liquidweb.com/
Description: Kadence Child Theme - Vittoria Tattoo
Version: 1.5.2.1785621906
Updated: 2026-08-02 00:20:00
*/


/* =========================================
   VittoriaTattoo - Polices locales
   ========================================= */


/* INTER */

@font-face {
    font-family: "Inter Local";
    src: url("./assets/fonts/Inter-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter Local";
    src: url("./assets/fonts/Inter-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* ROBOTO CONDENSED */

@font-face {
    font-family: "Roboto Condensed Local";
    src: url("./assets/fonts/RobotoCondensed-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Condensed Local";
    src: url("./assets/fonts/RobotoCondensed-Bold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Condensed Local";
    src: url("./assets/fonts/RobotoCondensed-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* =========================================
   Vittoria Tattoo
   ========================================= */


/* Texte */

body,
body.kadence {
    font-family: "Inter Local", Arial, sans-serif;
}


/* Titres */

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.entry-title {
    font-family: "Roboto Condensed Local", Arial, sans-serif;
}


/* Forçage Kadence */

body {
    font-family: "Inter Local", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title {
    font-family: "Roboto Condensed Local", Arial, sans-serif !important;
}

/* Espace avant le footer sur la page Contact */
.vt-contact-about {
    margin-bottom: 50px;
}