/* Console Error Suppression and Fallback Styles */

/* 
 * This file provides fallback styles and suppresses console errors
 * for missing external resources in the static Shopify export
 */

/* Fallback font for Quicksand */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Suppress font loading errors by using system fonts */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /* Use local system fonts as fallback */
  src: local('Arial'), local('Helvetica');
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /* Use local system fonts as fallback */
  src: local('Arial Bold'), local('Helvetica Bold');
}

/* Hide elements that depend on missing external scripts */
[data-shopify-pay],
[data-trekkie],
.shopify-payment-button,
.shopify-challenge__container {
  display: none !important;
}
