/*
Theme Name: Kondular Shop
Theme URI: https://kondular.com/
Author: Neto Santos
Author URI: https://kondular.com/
Description: Tema para lojas online da Kondular
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: open-shop
*/

/* ================================
   Fonte Global - Poppins
   (Roboto removido)
=================================== */

body,
button,
input,
select,
textarea {
  font-family: 'Poppins', sans-serif !important;
}

/* Removendo declarações de Roboto antigas */
@font-face{
  font-family: 'Roboto-Bold';
  src: none;
}
@font-face{
  font-family: 'Roboto-Medium';
  src: none;
}
@font-face{
  font-family: 'Roboto-Regular';
  src: none;
}

/* Headings em Poppins Bold */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
}

}
