.kitify-breadcrumbs {
display: flex;
flex-direction: column
}
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-justify .kitify-breadcrumbs {
flex-direction: row;
justify-content: space-between;
align-items: center
}
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-justify .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-justify .kitify-breadcrumbs__title {
flex-grow: 0
}
@media (max-width: 1024px) {
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-justify .kitify-breadcrumbs {
flex-direction: row;
justify-content: space-between;
align-items: center
}
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-justify .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-justify .kitify-breadcrumbs__title {
flex-grow: 0
}
}
@media (max-width: 1024px) {
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-center .kitify-breadcrumbs, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-left .kitify-breadcrumbs, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-right .kitify-breadcrumbs {
flex-direction: column;
justify-content: flex-start;
align-items: stretch
}
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-center .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-center .kitify-breadcrumbs__title, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-left .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-left .kitify-breadcrumbs__title, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-right .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-tablet-right .kitify-breadcrumbs__title {
flex-grow: 1
}
}
@media (max-width: 767px) {
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-justify .kitify-breadcrumbs {
flex-direction: row;
justify-content: space-between;
align-items: center
}
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-justify .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-justify .kitify-breadcrumbs__title {
flex-grow: 0
}
}
@media (max-width: 767px) {
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-center .kitify-breadcrumbs, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-left .kitify-breadcrumbs, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-right .kitify-breadcrumbs {
flex-direction: column;
justify-content: flex-start;
align-items: stretch
}
.kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-center .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-center .kitify-breadcrumbs__title, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-left .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-left .kitify-breadcrumbs__title, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-right .kitify-breadcrumbs__content, .kitify-breadcrumbs-page-title-yes.kitify-breadcrumbs-align-mobile-right .kitify-breadcrumbs__title {
flex-grow: 1
}
}
.kitify-breadcrumbs__content, .kitify-breadcrumbs__title {
flex-grow: 1
}
.kitify-breadcrumbs__title {
padding: 0;
margin: 0;
border: none;
text-align: inherit
}
.kitify-breadcrumbs__content {
font-size: 0
}
.kitify-breadcrumbs__browse, .kitify-breadcrumbs__item, .kitify-breadcrumbs__item-link, .kitify-breadcrumbs__item-target {
display: inline-block
}
.kitify-breadcrumbs__wrap {
display: inline
}
.kitify-breadcrumbs__browse {
margin-right: 5px
}
.kitify-breadcrumbs__browse, .kitify-breadcrumbs__item {
font-size: 14px;
vertical-align: middle
}
.kitify-breadcrumbs__item-sep {
margin-left: 5px;
margin-right: 5px;
font-size: .6em;
}
.kitify-breadcrumbs__item-sep i {
display: block;
width: 1em;
height: 1em;
line-height: 1;
text-align: center
}
body.home .elementor-widget-kitify-breadcrumbs:not(.kitify-breadcrumbs-on-front-yes):not(.elementor-element-edit-mode) {
display: none
}.kitify-posts {
--kitify-posts-thumbnail-width: 40%;
--kitify-posts-thumbnail-spacing: 20px
}
.kitify-posts__item {
padding: 0
}
.kitify-posts__outer-box {
padding: 10px
}
.kitify-posts__outer-box a {
color: inherit
}
.kitify-posts__inner-box {
position: relative;
overflow: hidden
}
.kitify-posts__inner-box:after {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 0;
pointer-events: none;
transition: all 0.4s
}
.kitify-posts__inner-box:hover .kitify-posts__thumbnail-img {
transform: scale(1.05)
}
.kitify-posts__thumbnail {
margin-bottom: 1rem;
margin-top: 0;
position: relative;
overflow: hidden;
z-index: 0
}
.kitify-posts__thumbnail-link {
display: inline-block;
width: 100%;
position: relative;
overflow: hidden;
vertical-align: middle
}
.kitify-posts__thumbnail-link img.wp-post-image {
max-height: none;
margin: auto;
}
.kitify-posts__thumbnail-img {
width: 100%;
object-fit: cover;
vertical-align: middle;
transition: transform 0.6s, opacity 0.6s, visibility 0.6s
}
.kitify-posts__inner-content {
position: relative;
z-index: 1
}
.kitify-posts__meta {
margin-bottom: 0.5rem;
font-size: 0.875em;
color: var(--kitify-body-color);
display: flex;
flex-flow: row wrap
}
.kitify-posts__meta__item {
display: flex;
align-items: center
}
.kitify-posts__meta__item:not(:first-child):before {
content: "";
margin-left: 0.3rem;
margin-right: 0.3rem
}
.kitify-posts__meta a {
color: var(--kitify-primary-color)
}
.kitify-posts__meta .meta--icon {
margin-right: 0.4em;
display: inherit
}
.kitify-posts__meta .meta--icon i {
font-size: 1em;
vertical-align: middle
}
.kitify-posts__meta .meta--icon img, .kitify-posts__meta .meta--icon svg {
width: 1em;
height: 1em;
vertical-align: middle;
display: inline-block
}
.kitify-posts__excerpt, .kitify-posts__title {
margin: 0 0 1em
}
.kitify-posts__title {
font-size: 1em
}
.kitify-posts__title:hover {
color: var(--kitify-primary-color)
}
.kitify-posts__floating_category {
position: absolute;
top: 10px;
left: 10px;
font-size: 0.75em
}
.kitify-posts__floating_category a {
background-color: var(--kitify-primary-color);
color: #fff;
border-radius: 3px;
margin-right: 5px;
padding: 2px 5px
}
.kitify-posts__floating_category-inner {
display: flex
}
.kitify-posts__floating_date {
position: absolute;
top: 60%;
left: 10px;
background-color: var(--kitify-primary-color);
color: #fff;
width: 55px;
height: 55px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center
}
.kitify-posts__floating_date-inner {
display: flex;
flex-direction: column;
text-align: center;
line-height: 1
}
.kitify-posts__floating_date-inner strong {
font-size: 1.25em
}
.kitify-posts__floating_date-inner span {
font-size: 0.875em
}
.kitify-posts__floating_postformat {
background-color: var(--kitify-primary-color);
color: #fff;
position: absolute;
width: 2.6em;
height: 2.6em;
border-radius: 50%;
left: calc(100% - 3em);
top: 10px;
display: flex;
justify-content: center;
align-items: center;
pointer-events: none
}
.kitify-posts__floating_postformat svg {
width: 1em;
height: 1em;
display: inline-block;
vertical-align: middle
}
.kitify-posts.preset-grid-2 .kitify-posts__thumbnail {
margin: 0
}
.kitify-posts.preset-grid-2 .kitify-posts__thumbnail + .kitify-posts__inner-content {
position: absolute;
bottom: 0;
width: 100%;
left: 50%;
transform: translateX(-50%)
}
.kitify-posts.preset-grid-2 .kitify-posts__inner-content {
margin: 0 auto;
padding: 1em
}
.kitify-posts.preset-grid-2 .kitify-posts__inner-content:only-child {
display: flex;
flex-direction: column;
justify-content: flex-end;
height: 100%
}
.kitify-posts.preset-grid-2 .kitify-posts__inner-box {
background-color: #f5f5f5
}
.kitify-posts.preset-grid-2 .kitify-posts__inner-box:after {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 100%)
}
.kitify-posts.preset-grid-2 .kitify-posts__inner-content, .kitify-posts.preset-grid-2 .kitify-posts__meta {
color: #fff
}
.kitify-posts.preset-grid-2 .kitify-posts__item:not(.has-post-thumbnail) .kitify-posts__inner-box, .kitify-posts.preset-grid-2 .kitify-posts__item:not(.has-post-thumbnail) .kitify-posts__outer-box {
height: 100%
}
.kitify-posts.preset-list-1 .kitify-posts__inner-box, .kitify-posts.preset-list-2 .kitify-posts__inner-box {
display: flex;
flex-flow: row wrap;
justify-content: space-between
}
.kitify-posts.preset-list-1 .kitify-posts__thumbnail, .kitify-posts.preset-list-2 .kitify-posts__thumbnail {
margin: 0;
overflow: hidden;
width: var(--kitify-posts-thumbnail-width)
}
.kitify-posts.preset-list-1 .kitify-posts__thumbnail + .kitify-posts__inner-content, .kitify-posts.preset-list-2 .kitify-posts__thumbnail + .kitify-posts__inner-content {
width: calc(100% - var(--kitify-posts-thumbnail-width) - var(--kitify-posts-thumbnail-spacing))
}
.kitify-posts.preset-list-2 .kitify-posts__item:nth-child(2n) .kitify-posts__inner-box {
flex-flow: row-reverse wrap
}
.kitify-posts__floating_postformat:empty,
.kitify-posts__floating_postformat-status {
display: none
}
.kitify.active-object-fit .kitify-posts__thumbnail-link {
position: relative
}
.kitify.active-object-fit .kitify-posts__thumbnail-link .kitify-posts__thumbnail-img {
position: absolute;
left: -1px;
top: -1px;
width: calc(100% + 2px);
height: calc(100% + 2px);
max-width: none;
}
.kitify-posts.enable--counter {
counter-reset: postitem
}
.kitify-posts.enable--counter .kitify-posts__inner-content {
display: flex
}
.kitify-posts.enable--counter .kitify-floating-counter {
margin-right: 10px
}
.kitify-posts.enable--counter .kitify-floating-counter .kitify-floating-counter--number:before {
counter-increment: postitem;
content: counter(postitem, decimal-leading-zero)
}
@media (max-width: 767px) {
.kitify:not(.kitify-keep-mbl-yes) .kitify-posts.preset-list-1 .kitify-posts__inner-box,
.kitify:not(.kitify-keep-mbl-yes) .kitify-posts.preset-list-2 .kitify-posts__inner-box {
flex-flow: column wrap
}
.kitify:not(.kitify-keep-mbl-yes) .kitify-posts.preset-list-1 .kitify-posts__inner-box .kitify-posts__inner-content,
.kitify:not(.kitify-keep-mbl-yes) .kitify-posts.preset-list-1 .kitify-posts__inner-box .kitify-posts__thumbnail,
.kitify:not(.kitify-keep-mbl-yes) .kitify-posts.preset-list-2 .kitify-posts__inner-box .kitify-posts__inner-content,
.kitify:not(.kitify-keep-mbl-yes) .kitify-posts.preset-list-2 .kitify-posts__inner-box .kitify-posts__thumbnail {
width: 100%
}
.kitify:not(.kitify-keep-mbl-yes) .kitify-posts.preset-list-1 .kitify-posts__inner-box .kitify-posts__thumbnail,
.kitify:not(.kitify-keep-mbl-yes) .kitify-posts.preset-list-2 .kitify-posts__inner-box .kitify-posts__thumbnail {
margin-bottom: var(--kitify-posts-thumbnail-spacing)
}
}
.kitify-posts.layout-type-grid.cover-img-bg .kitify-posts__outer-box{
display: flex;
height: 100%;
width: 100%;
}
.kitify-posts.layout-type-grid.cover-img-bg .kitify-posts__inner-box{
height: 100%;
display: flex;
flex-direction: column;
width: 100%;
}
.kitify-posts.layout-type-grid.cover-img-bg .kitify-posts__thumbnail {
flex-grow: 3;
height: 30%;
}
.kitify-posts.layout-type-grid.cover-img-bg .kitify-posts__thumbnail-link {
height: 100%;
}
.kitify-posts.layout-type-grid.cover-img-bg .kitify-posts__thumbnail-link img {
height: 100%;
}
.kitify--content-hover-yes .preset-grid-2 .kitify-posts__thumbnail + .kitify-posts__inner-content{
opacity: 0;
left: 0;
transition: all .4s;
transform: scale(.9);
}
.kitify--content-hover-yes .kitify-posts__outer-box:hover .kitify-posts__thumbnail + .kitify-posts__inner-content{
opacity: 1;
transform: scale(1);
}
.kitify--content-hover-yes .kitify-posts__thumbnail + .kitify-posts__inner-content .kitify-posts__inner-content-inner{
transition: all .4s ease .25s;
opacity: 0;
transform: translateY(20px);
}
.kitify--content-hover-yes .kitify-posts__outer-box:hover .kitify-posts__thumbnail + .kitify-posts__inner-content  .kitify-posts__inner-content-inner{
opacity: 1;
transform: translateY(0);
}
.kitify--button-hover-yes .kitify-posts .elementor-button{
opacity: 0;
transform: translateY(20px);
}
.kitify--button-hover-yes .kitify-posts .kitify-posts__outer-box:hover .elementor-button{
opacity: 1;
transform: translateY(0);
}
.kitify--button-hover-yes .kitify-posts .kitify-posts__more-wrap{
margin-bottom: -40px;
transition: all .3s ease-in;
}
.kitify--button-hover-yes .kitify-posts .kitify-posts__outer-box:hover .kitify-posts__more-wrap{
margin-bottom: 0;
}@font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-9a52fea2.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-f10b20bd.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: 'Hind';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-5b657853.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: 'Hind';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-82988238.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-11a71dc9.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: 'Hind';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-2d05d097.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: 'Hind';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-1dc3521e.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-be2d5176.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: 'Hind';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-7514e421.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: 'Hind';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-294c8ba3.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-d5b7b56c.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: 'Hind';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-0b9512f0.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: 'Hind';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-cb579bd5.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Hind';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-e6f35f78.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: 'Hind';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/hind-a3fbb3a9.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: 'Instrument Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-8b11717f.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: 'Instrument Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-a98c6e59.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: 'Instrument Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-8b11717f.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: 'Instrument Sans';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-a98c6e59.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: 'Instrument Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-8b11717f.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: 'Instrument Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-a98c6e59.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: 'Instrument Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-8b11717f.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: 'Instrument Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-a98c6e59.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: 'Instrument Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-40fe78bf.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: 'Instrument Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-f587e727.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: 'Instrument Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-40fe78bf.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: 'Instrument Sans';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-f587e727.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: 'Instrument Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-40fe78bf.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: 'Instrument Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-f587e727.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: 'Instrument Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-40fe78bf.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: 'Instrument Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/instrumentsans-f587e727.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: 'Poppins';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-08e0d50c.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-93f11d58.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: 'Poppins';
font-style: italic;
font-weight: 100;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-7d01d947.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: 'Poppins';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-758f68ea.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-360bd262.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: 'Poppins';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-39a602a6.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: 'Poppins';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-6fc19dfc.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-e88b8c9f.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: 'Poppins';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-311b40f0.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: 'Poppins';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-2244f050.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-2dbff688.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: 'Poppins';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-60aca29c.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: 'Poppins';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-91200cf0.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-cb20a6b5.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: 'Poppins';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-aa83815c.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: 'Poppins';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-ead2e67f.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-2a218d23.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: 'Poppins';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-7b7b057d.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: 'Poppins';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-5afe1c41.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-f9a2a21e.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: 'Poppins';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-638b5d9d.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: 'Poppins';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-65f24a29.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-cc94d36e.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: 'Poppins';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-2fd9ae31.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: 'Poppins';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-687c311d.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-f86081bc.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: 'Poppins';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-f19361b5.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: 'Poppins';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-a7db2864.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-40a4c285.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: 'Poppins';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-285e6dee.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: 'Poppins';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-1f81f35a.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-33caf375.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: 'Poppins';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-e45eb333.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: 'Poppins';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-dedddbf7.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-664d5007.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: 'Poppins';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-de430313.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: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-8fe2ec7c.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-c9d614f4.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: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-e6a077c3.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: 'Poppins';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-42acf878.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-86b12e74.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: 'Poppins';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-57e843b6.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: 'Poppins';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-ad3722d3.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-b1eb82d1.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: 'Poppins';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-93818c37.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: 'Poppins';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-23090f00.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-71994884.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: 'Poppins';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-742b18be.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: 'Poppins';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-61ee1b60.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-e4a3a357.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: 'Poppins';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-d0e6a9ae.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: 'Poppins';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-c4609759.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
} @font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-84c939dc.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: 'Poppins';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/poppins-df089f64.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-2aa8070f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-b54e650e.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-16b5788c.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-a2b0c2e3.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-2aa8070f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-b54e650e.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-16b5788c.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-a2b0c2e3.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-2aa8070f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-b54e650e.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-16b5788c.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-a2b0c2e3.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-2aa8070f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-b54e650e.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-16b5788c.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-a2b0c2e3.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-2aa8070f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-b54e650e.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-16b5788c.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-a2b0c2e3.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-2aa8070f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-b54e650e.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-16b5788c.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-a2b0c2e3.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-2aa8070f.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-b54e650e.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-16b5788c.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: 'Plus Jakarta Sans';
font-style: italic;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-a2b0c2e3.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-f7a01dbf.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-8202b664.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-5d8873d8.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-d4d84dd1.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-f7a01dbf.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-8202b664.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-5d8873d8.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-d4d84dd1.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-f7a01dbf.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-8202b664.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-5d8873d8.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-d4d84dd1.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-f7a01dbf.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-8202b664.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-5d8873d8.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-d4d84dd1.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-f7a01dbf.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-8202b664.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-5d8873d8.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-d4d84dd1.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-f7a01dbf.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-8202b664.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-5d8873d8.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-d4d84dd1.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-f7a01dbf.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-8202b664.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-5d8873d8.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: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://www.samucafranstore.com.br/wp-content/uploads/elementor/google-fonts/fonts/plusjakartasans-d4d84dd1.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;
}