/*
Theme Name: Cours Jean Blondeau
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: Erik
Author URI: https://erikworkshop.fr/
Description: Site de gestion des cours et des stages des cours Jean Blondeau
Tested up to: 6.9
Requires PHP: 8.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cours-jean-blondeau
*/

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img{
    width: 100%;
    height: auto;
}
h1,h2{
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    color:white;
    line-height: 1.3;
    margin: 0;
}
h1{
    font-size: var(--text-xl);
}
h2{
    font-size: var(--text-l);
}

body{
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: black;
    color:white;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}
.wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 0 40px;
}
.logo-blondeau{
    max-width: 500px;
    margin-bottom: var(--space-m);
}