/*
Theme Name: Eterna
Theme URI: https://stefanoferraro.com
Author: Stefano Ferraro
Author URI: https://stefanoferraro.com
Description: Custom theme crafted with love for Eterna.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7
License: GNU General Public License v2 or later // todo no idea about this
License URI: LICENSE
Text Domain: breakdance

Requires Breakdance to be installed.
/*-------------------------------------------------------------- */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@keyframes widen {
  to   { letter-spacing: 0.6em; }
}


.section-inverted {
  background-color: var(--bde-brand-primary-color);
}
.breakdance .section-inverted .bde-h1,
.breakdance .section-inverted .bde-h2,
.breakdance .section-inverted .bde-h3,
.breakdance .section-inverted .bde-h4,
.breakdance .section-inverted .bde-h5,
.breakdance .section-inverted .bde-h6,
.breakdance .section-inverted h1,
.breakdance .section-inverted h2,
.breakdance .section-inverted h3,
.breakdance .section-inverted h4,
.breakdance .section-inverted h5,
.breakdance .section-inverted h6{
  color: white;
}


