/*
Theme Name: Forward Triage
Author: Panvatech
Description: Custom lightweight WordPress theme for Forward Triage.
Version: 1.1
*/

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #fafafa;
  color: #111;
}

a {
  color: #F15A24;
  text-decoration: none;
}

header, footer {
  font-family: 'Segoe UI', Tahoma, sans-serif;
}
