/*
Theme Name: AgroTrader Base
Theme URI: https://agrotrader.gr
Author: AgroTrader
Author URI: https://agrotrader.gr
Description: Custom blank WordPress theme for AgroTrader SaaS platform.
Version: 1.0.0
Text Domain: agrotrader-base
*/

:root {
  --at-green: #16a34a;
  --at-green-dark: #15803d;
  --at-dark: #0f172a;
  --at-dark-soft: #1e293b;
  --at-bg: #f5f7fa;
  --at-card: #ffffff;
  --at-text: #111827;
  --at-muted: #667085;
  --at-border: #e5e7eb;
  --at-radius: 14px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--at-bg);
  color: var(--at-text);
  font-size: 15px;
  line-height: 1.5;
}

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

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

.site-wrapper {
  min-height: 100vh;
}

.site-main {
  width: 100%;
  min-height: 100vh;
}

.at-container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

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