/* 

THEME NAME: GivaroThemeOpt

*/

/* Montserrat (subsetted, with unicode-range for latin + latin-ext) */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/Montserrat/Montserrat_normal_latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/Montserrat/Montserrat_normal_latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/Montserrat/Montserrat_italic_latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/Montserrat/Montserrat_italic_latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Bagel Fat One (subsetted) */
@font-face {
  font-family: "Bagel Fat One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/BagelFatOne/BagelFatOne_latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Bagel Fat One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/BagelFatOne/BagelFatOne_latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}



/* Layout widths */

html {
  scroll-behavior: smooth;
}


.wp-site-blocks > .wp-block-myblocks-myheader,
.wp-site-blocks > .wp-block-myblocks-myfooter,
.wp-site-blocks > .wp-block-myblocks-myfooter-bezcta {
    width: 100%;
}

.wp-site-blocks > *:not(.wp-block-myblocks-myheader):not(.wp-block-myblocks-myfooter):not(.wp-block-myblocks-myfooter-bezcta):not(.wp-block-myblocks-character-divider) {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-quote {
  background: #ffffff;
  border-left: 4px solid var(--wp--preset--color--orange);
  padding-left: 1.25rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.wp-block-myblocks-single .single-post__content .wp-block-quote {
  border-left: 4px solid var(--wp--preset--color--orange);
  border-radius: 0;
  background: #ffffff;
  padding: 1rem 1.25rem 1rem 1.25rem;
  margin: 0;
    
}

/* Ensure branding typeface even when block styles are not enqueued */
.site-branding__name,
.footer-brand__name {
  font-family: var(--wp--preset--font-family--bagel-fat-one, "Bagel Fat One", system-ui) !important;
}

@media (max-width: 768px) {
    .wp-site-blocks {
        overflow-x: visible;
    }

.wp-site-blocks .wp-block-myblocks-character-divider {
        width: 100%;
}
}

/* Front page: defer rendering of below-the-fold sections. */
.home .wp-block-myblocks-personas,
.home .wp-block-myblocks-color-divider,
.home .wp-block-myblocks-cta-section,
.home .wp-block-myblocks-myfooter-bezcta {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}
