/*
Theme Name: Blocksy Child
Description: Child theme for Blocksy
Author: Your Name
Template: blocksy
Version: 1.0.0
*/

/* Importar fonte Inter */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

/* Sobrescrever fonte globalmente com especificidade alta */
body,
body *,
.ct-container,
.ct-container *,
.ct-main-content,
.ct-main-content *,
.entry-content,
.entry-content *,
.ct-sidebar,
.ct-sidebar *,
.ct-footer,
.ct-footer * {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif !important;
  color: #3d3d3d !important;
}

/* Sobrescrever especificamente elementos do Blocksy */
.ct-title,
.ct-description,
.ct-button,
.ct-navigation,
.ct-menu,
.ct-widget,
.ct-box {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif !important;
  color: #3d3d3d !important;

  /* Sobrescrever elementos de texto específicos */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  div,
  a,
  button,
  input,
  textarea,
  select {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      sans-serif !important;
    color: #3d3d3d !important;
  }
}
