/*
Theme Name: Minimal POD Child
Template: storefront
Version: 1.0.1
*/

/* ========== DOGICA PIXEL FONT (LOCAL) ========== */
@font-face {
  font-family: "Dogica";
  src: url("./fonts/dogica.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Force pixel font everywhere */
:root, html, body,
body *:not(svg):not(path):not(g):not(use) {
  font-family: "Dogica", monospace !important;
  -webkit-font-smoothing: none !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: geometricPrecision;
}


/* Optional tuning */
body {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.4px;
}
