@font-face {
  font-family: 'ABCOracle Book';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.shopify.com/s/files/1/0664/6100/8105/files/ABCOracle-Book_1883f2f4-9c0c-4091-a3c4-f62ccaa7a838.woff2?v=1679591893') format('woff');
}
@font-face {
  font-family: 'ABCOracle Medium';
  src: url('https://cdn.shopify.com/s/files/1/0664/6100/8105/files/ABCOracle-Medium_e46cc45c-ef6f-4d78-abda-5561d000975e.woff2?v=1679591893') format('woff2'),
      url('https://cdn.shopify.com/s/files/1/0664/6100/8105/files/ABCOracle-Medium_d68dc5c3-9a0c-45a4-b7a2-e78548a40377.woff?v=1679591893') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} 
@font-face {
  font-family: 'ABCOracle Book';
  src: url('https://cdn.shopify.com/s/files/1/0664/6100/8105/files/ABCOracle-Book_1883f2f4-9c0c-4091-a3c4-f62ccaa7a838.woff2?v=1679591893') format('woff2'),
      url('https://cdn.shopify.com/s/files/1/0664/6100/8105/files/ABCOracle-Book_4d74d7fd-28bc-4119-9c03-857130d6d04e.woff?v=1679591893') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} 
@font-face {
  font-family: 'ABCOracle Regular';
  src: url('https://cdn.shopify.com/s/files/1/0664/6100/8105/files/ABCOracle-Regular_4f593046-315f-4bb8-baae-81b476e077d6.woff2?v=1679591893') format('woff2'),
      url('https://cdn.shopify.com/s/files/1/0664/6100/8105/files/ABCOracle-Regular_de1370de-6d31-4a54-9068-bc66f7ac9f82.woff?v=1679591893') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
body {
  font-family: 'ABCOracle Book', sans-serif;
}
:root {
  --wp--preset--font-family--system-font: 'ABCOracle Book', sans-serif;
	--wp--preset--font-family--libre-baskerville: 'ABCOracle Book', sans-serif;
}*/

:root {
  --wp--style--global--content-size: 1000px;
}
/* Sticky bar básica */
.sticky-bar {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
	max-width: unset;
  background: #FFF;
  color: #333;
  padding: 0 10px;
  text-align: center;
  z-index: 9999;
	box-shadow: 0 -4px 12px rgba(0, 0, 0, .1);
}
.site-brand .wp-block-group {
	flex-direction: column;
	gap: 0;
	align-items: flex-start;
}
.site-brand .wp-block-group h1{
	font-size: 28px !important;
	text-align: left;
}
.site-brand .wp-block-group .wp-block-site-tagline {
	font-size: 22px !important;
	text-align: left !important;
}

.custom-header, .custom-header>div {
	max-width: unset;
}
.custom-header>p {
	margin-left: calc(var(--wp--custom--gap--horizontal) * -1) !important;
  margin-right: calc(var(--wp--custom--gap--horizontal) * -1) !important;
}