/*
Theme Name: Dofin Child
Theme URI: https://dofin.pl
Description: Lekki motyw child pod Twenty Twenty-Five dla strony dofin.pl
Author: Dofin
Author URI: https://dofin.pl
Template: twentytwentyfive
Version: 1.0.0
Text Domain: dofin-child
*/

/* Globalne style startowe */
:root {
  --dofin-container: 1200px;
}

.dofin-container {
  width: min(100% - 2rem, var(--dofin-container));
  margin-inline: auto;
}
