/** Shopify CDN: Minification failed

Line 73:24 Unexpected "*"

**/
/* Font Custom - Sistema de Fontes do Projeto */

/* Ensure font families are properly loaded */
.rich-text__heading,
.rich-text__caption,
.rich-text__text,
.aomai-rich-text .rich-text__heading,
.aomai-rich-text .rich-text__caption,
.aomai-rich-text .rich-text__text {
  font-feature-settings: "kern" 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Family Classes */
.font-bicyclette { 
  font-family: 'Bicyclette', sans-serif !important;
  letter-spacing: -0.01em;
}

.font-carbona-mono { 
  font-family: 'Carbona Mono', monospace !important;
  letter-spacing: 0.01em;
}

.font-gelica { 
  font-family: 'Gelica', sans-serif !important;
  letter-spacing: -0.005em;
}

/* Font Weight Classes */
.font-weight-100 { font-weight: 100 !important; }
.font-weight-200 { font-weight: 200 !important; }
.font-weight-300 { font-weight: 300 !important; }
.font-weight-400 { font-weight: 400 !important; }
.font-weight-500 { font-weight: 500 !important; }
.font-weight-600 { font-weight: 600 !important; }
.font-weight-700 { font-weight: 700 !important; }
.font-weight-800 { font-weight: 800 !important; }
.font-weight-900 { font-weight: 900 !important; }
.font-weight-950 { font-weight: 950 !important; }

/* Responsive behavior */
@media screen and (max-width: 749px) {
  .font-bicyclette,
  .font-carbona-mono,
  .font-gelica {
    letter-spacing: 0 !important;
  }
}

/* Custom color support */
.rich-text__heading,
.rich-text__caption,
.rich-text__text {
  transition: color 0.2s ease;
}

/* Rich text specific overrides */
.aomai-rich-text .rich-text__heading,
.aomai-rich-text .rich-text__caption,
.aomai-rich-text .rich-text__text {
  line-height: 1.4 !important;
}

/* Force font loading for rich text */
.aomai-rich-text .block-* {
  font-display: swap;
}
