/*
Theme Name: Brise Glace
Description: Theme enfant Brise Glace
Author: Benoit Baraille
Author URI: https://www.benoit-baraille.fr
Template: twentytwentyfive
Version: 1.0.0
*/

:focus {
  outline: none !important;
}

:root :where(.wp-block-site-title) {
  font-weight: 400 !important;
}

.paragraphes_bio {
  columns: 3;
}


@media (max-width: 768px) {
  .paragraphes_bio {
    columns: 1;
  }
}