/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
{
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Police par défaut pour tout le site */
body {
    font-family: 'inter-thin', sans-serif;
    font-weight: 700;
}

/* Titres H1 à H6 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'inter-thin', sans-serif;
    font-weight: 700;
}
