/* Explain: Base reset and typography defaults for the studio site. */
* {
    box-sizing: border-box;
}

[x-cloak] {
    display: none !important;
}

html {
    background: var(--background-color);
    color: var(--text-color);
    scroll-padding-top: 92px;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: url('https://files.cdn-files-a.com/uploads/12397306/normal_6aafa2c07d058.jpg?format=avif') center center / cover fixed no-repeat;
    color: var(--text-color);
    font-family: var(--font-body);
    text-rendering: optimizeLegibility;
}

button,
a,
select {
    cursor: pointer;
}

img {
    display: block;
    max-width: 100%;
}

::selection {
    background: var(--accent-color);
    color: #ffffff;
}

/* Texte global en gras et italique */
body {
    font-weight: bold;
    font-style: italic;
}

/* Restauration du style normal pour les titres */
h1, h2, h3, h4, h5, h6, .section-kicker, [style*="--font-heading"], [style*="--font-logo"] {
    font-style: normal !important;
}
