@charset "utf-8";
/*
  Theme Name: WP Premium Theme Child
  Theme URI: https://github.com/alexmeninf/wp-premium-theme
  Author: Alexandre Menin
  Author URI: https://alexmenin.com.br/
  Description: Tema filho baseado no WP Premium Theme.
  Template: wp-premium-theme
  Version: 1.0
  Text Domain: premiumtheme
*/
.btn-theme {
  text-transform: uppercase;
  --btn-font-weight: 800 !important;
}

@media (max-width: 767px) {
  .btn-theme {
    --btn-font-size: 14px !important;
  }
}
