/*
Theme Name: Pota Tema
Theme URI: https://potaestudio.com.br/
Author: Flávio Tâmega
Author URI: https://potaestudio.com.br/
Description: Tema WordPress personalizado desenvolvido do zero.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pota_tema
*/

/* =========================================================
   RESET BÁSICO
   ========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

/* =========================================================
   ELEMENTOS BÁSICOS
   ========================================================= */

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}