/*
Theme Name: FarmTab
Theme URI: https://farmtab.com
Author: FarmTab
Author URI: https://farmtab.com
Description: Lightweight custom theme for FarmTab multisite platform.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: farmtab
*/

/* 
  Minimal global resets only.
  Real styling lives in /assets/css/
*/

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

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

p, a, h1, h2, h3, h4, h5, span, i, strong, em, b, ul, li, div, code, blockquote {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
}

::root {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
}

button, input, select, textarea {
  font-family: inherit;
  color: inherit;
}

