/*
Theme Name: Quartermaster
Theme URI: https://github.com/christopherdeck/quartermaster-website
Author: Quartermaster
Description: Pre-launch marketing site for Quartermaster — fleet operations software for trades businesses. Homepage with waitlist form and a "Who This Is For" persona page.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: quartermaster
*/

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #C1502E;
  text-decoration: none;
}
a:hover {
  color: #A23F22;
  text-decoration: underline;
}
input:focus,
select:focus,
button:focus,
a:focus {
  outline: 2px solid #C1502E;
  outline-offset: 2px;
}
::placeholder {
  color: #9CA0B8;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
