/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 07 2026 | 18:22:34 */
.font-sekuya, .font-sekuya * {
  font-family: "Sekuya", sans-serif !important;
}

/* =========================
   Capucine Basic (self-hosted)
   Pesos: Light 300 | Regular 400 | Bold 700
   ========================= */

/* LIGHT (300) */
@font-face {
  font-family: "Capucine Basic";
  src: url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Light.eot");
  src:
    url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Light.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Light.woff2") format("woff2"),
    url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Light.woff") format("woff"),
    url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Light.ttf") format("truetype"),
    url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Light.svg#CapucineBasic-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* REGULAR (400) */
@font-face {
  font-family: "Capucine Basic";
  src: url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Regular.eot");
  src:
    url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Regular.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Regular.woff2") format("woff2"),
    url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Regular.woff") format("woff"),
    url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Regular.ttf") format("truetype"),
    url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Regular.svg#CapucineBasic-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* BOLD (700) */
@font-face {
  font-family: "Capucine Basic";
  src: url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Bold.eot");
  src:
    url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Bold.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Bold.woff2") format("woff2"),
    url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Bold.woff") format("woff"),
    url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Bold.ttf") format("truetype"),
    url("/wp-content/themes/pofo-child/assets/fonts/capucine/CapucineBasic-Bold.svg#CapucineBasic-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* =========================
   Helpers para Elementor Free
   ========================= */

/* Aplica no elemento e em TODOS os filhos */
.font-capucine,
.font-capucine * {
  font-family: "Capucine Basic", serif !important;
}

.font-capucine-light,
.font-capucine-light * {
  font-family: "Capucine Basic", serif !important;
  font-weight: 300 !important;
}

.font-capucine-regular,
.font-capucine-regular * {
  font-family: "Capucine Basic", serif !important;
  font-weight: 400 !important;
}

.font-capucine-bold,
.font-capucine-bold * {
  font-family: "Capucine Basic", serif !important;
  font-weight: 700 !important;
}


.text-outline * {
  color: transparent !important;
  -webkit-text-stroke: 1px #E8E0CD !important;
  text-stroke: 1px #E8E0CD !important;
}

