/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */
 
/* 1. Déclaration des variantes Regular et Bold depuis ton dossier local */

/* 1. Déclaration des règles font-face */
@font-face {
  font-family: 'BubblerOne';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Bubbler_One/BubblerOne-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'BubblerOne';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Bubbler_One/BubblerOne-regular.ttf') format('truetype');
}

/* 2. Application aux titres (avec le nom exact 'BubblerOne') */
h1, h2, h3, h4, h5, h6,
.site-title,
.navbar-section a.logo,
.blog-title {
    font-family: 'BubblerOne', sans-serif !important;
}
