/*
 * Bold Organics — foundation loaded on every page.
 * Only the font and the things that never differ between the two design
 * families live here. Everything else is in home.css, product.css or funnel.css,
 * exactly one of which loads per request.
 * Note: never write a glob or a closing comment marker inside a CSS comment.
 */

/* Inter as a single variable file: one 48KB request covers 400 through 700.
   Four static weights from Google were byte-identical anyway, so this is the
   same typography for a quarter of the bytes, self-hosted, no third-party
   handshake before a glyph renders. */
@font-face{
  font-family:"Inter";
  src:url("../fonts/inter-var.woff2") format("woff2-variations"),
      url("../fonts/inter-var.woff2") format("woff2");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
  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+20B9,U+2074,U+20AC,U+2122,U+2191,U+2193,
    U+2212,U+2215,U+FEFF,U+FFFD;
}

.screen-reader-text,.sr-only{position:absolute;width:1px;height:1px;padding:0;
  margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip-link:focus{position:fixed;top:8px;left:8px;width:auto;height:auto;clip:auto;
  background:#fff;color:#12100D;padding:10px 14px;z-index:9999;border-radius:6px}

/* WooCommerce ships a handful of rules that fight any hand-written design.
   Neutralised once, here, rather than per page. */
.woocommerce-breadcrumb,.woocommerce-result-count,.woocommerce-ordering{display:none}
.woocommerce-message,.woocommerce-info,.woocommerce-error{list-style:none}
