/*
Theme Name: Yasaf Pure HTML
Theme URI: https://yasaf.com.br/
Author: OpenAI
Author URI: https://openai.com/
Description: Tema WordPress mínimo para publicar páginas prontas em HTML puro, com o mínimo possível de interferência visual.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: yasaf-pure-html
*/

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  color: #111111;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}
