/*
Theme Name: AvoCrush
Theme URI: https://localhost/avocrush/
Author: AvoCrush
Description: Vue-powered WordPress theme for the AvoCrush and Polyventa botanical feedstocks website.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: avocrush
*/

:root {
  color: #1a2d1c;
  background: #ede8df;
  font-family: Inter, system-ui, sans-serif;
}

body {
  margin: 0;
}

.site-fallback {
  box-sizing: border-box;
  width: min(100% - 3rem, 72rem);
  margin: 0 auto;
  padding: 4rem 0;
}

.site-fallback a {
  color: #1c3920;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
