/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Description: Child theme de Blocksy
Author: Tu nombre
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
*/

/* =========================
   MONTSERRAT LOCAL
========================= */

@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/montserrat-v31-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/montserrat-v31-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/montserrat-v31-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* =========================
   FUENTE GLOBAL INTELITIÉTAR
========================= */

html, body,
body *,
button,
input,
select,
textarea {
  font-family: 'Montserrat', sans-serif;
}

body {
  font-weight: 400;
}

h1, h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
}

h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
}

.site-title,
.entry-title,
.hero-section h1,
.ct-label,
.ct-menu-link,
.ct-button,
.wp-block-button__link,
button {
  font-family: 'Montserrat', sans-serif !important;
}

.ct-menu-link {
  font-weight: 600 !important;
}

.ct-button,
.wp-block-button__link,
button {
  font-weight: 600 !important;
}