:root{
  --font: "Segoe UI", Roboto, Arial, system-ui, -apple-system, sans-serif;
  --fs: 14px;

  --nav:#07263e;
  --nav2:#061f33;
  --navText:#eaf0f6;
  --navMut:#b7c7d8;

  --blue:#2f7cf6;
  --good:#16a34a;
  --bad:#ef4444;
}

*{box-sizing:border-box}
html,body{height:100%}

body{
  margin:0;
  font-family:var(--font);
  font-size:var(--fs);
  font-weight:400;
  line-height:1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

b,strong,h1,h2,h3,h4,h5,h6,th{font-weight:400}
button,input,select,textarea{font:inherit}
