/*
Theme Name: Mumu
Author: microbio
Author URI: https://www.microbio.tv
Description: Capa de personalización para Mumu.
Theme Author: Microbio
Template: microbio-theme
Version: 0.2.1
License: GNU General Public License or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: full-site-editing, editor-style, block-styles, block-patterns
*/

@import url("https://use.typekit.net/tzr1vxb.css");
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/mumu-theme/assets/fonts/inter-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/mumu-theme/assets/fonts/inter-v13-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "HWTARTZ";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/mumu-theme/assets/fonts/hwtartz.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quincy";
  font-style: normal;
  font-weight: bold;
  src: url("/wp-content/themes/mumu-theme/assets/fonts/quincycf-bold-webfont.woff") format("woff"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "HelveticaNeueExt";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/mumu-theme/assets/fonts/HelveticaNeueLTPro-BdEx.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "HelveticaNeueExt";
  font-style: normal;
  font-weight: 750;
  src: url("/wp-content/themes/mumu-theme/assets/fonts/HelveticaNeueLTPro-HvEx.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.split-lines-animation .decorator-title::before {
  clip-path: inset(0 100% 0 0);

  transition: all ease 0.6s;
}
.split-lines-animation .decorator-title.active::before {
  clip-path: inset(0 0 0 0);
}

.selected-header :is(.image-group, .wp-block-microbio-blocks-button) {
  opacity: 0;
  transition: opacity ease 0.3s;
}
.selected-header.active :is(.image-group, .wp-block-microbio-blocks-button) {
  opacity: 1;
  transition: opacity ease 0.3s;
}
