/* Sihha Ops Hub — shared base styles (fonts + reset). Page-specific theme vars stay inline per page. */

@font-face {
  font-family: 'AreaExtrabold';
  src: url('https://static.wixstatic.com/ufonts/2e5170_b7dd1a41ae7e481ca8d80cdf3858d08b/woff2/file.woff2') format('woff2');
  font-weight: 800; font-style: normal;
}
@font-face {
  font-family: 'AreaNormal';
  src: url('https://static.wixstatic.com/ufonts/2e5170_6263df7a2b874b8c9a621cc0eefc5ab8/woff2/file.woff2') format('woff2');
  font-weight: 400; font-style: normal;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
