/* 
Theme Name: Tonny Santana - Hello Theme Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Tema filho para adicionar funções customizadas ao website.
Author: Tonny Santana
Author URI: https://portfolio.tonnysantana.com
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/

@import url('styles/_variables.css');
@import url('styles/classes.css');

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

:root {
    font-size: 16px !important;
}

.elementor-button {
    cursor: pointer;
}