/*
 Theme Name: Habitos Blank
 Theme URI: https://habitosdeacero.online
 Author: Fer
 Description: Tema mínimo (canvas limpio) para usar con Elementor o HTML propio
 Version: 1.0.0
 Text Domain: habitos-blank
*/

:root{
  --bg:#000; --text:#fff;
}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);}
*,*::before,*::after{box-sizing:border-box}
img,video{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
