/*
Theme Name: Clean Theme by Funciona Group
Theme URI: https://example.com/clean-theme
Author: Funciona Group
Author URI: https://example.com
Description: Tema WordPress limpo e sem a maldita frase "... é orgulhosamente mantido com WordPress".
Version: 2.0
License: GPL v2 or later
Text Domain: clean-theme
*/

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #fff;
  color: #111;
}
.page-title,
.entry-title,
h1.entry-title {
  display: none !important;
}
