/* 
Theme Name: Jason's Coming Soon
Theme URI: https://example.com/
Author: Codex
Description: Minimal coming soon theme for Jason's Foods using Tailwind.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: jasons-coming-soon
*/

:root {
  --primary: #902221;
  --text-dark: #1e1e1e;
}

body {
  font-family: "Lato", "din-condensed-variable", sans-serif;
  margin: 0;
  color: var(--text-dark);
}

.text-primary {
  color: var(--primary);
}

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

a:hover {
  color: var(--primary);
}