/* public/index.css
   This file is placed in /public so other servers (or production static hosts)
   that serve the built app will have a concrete /index.css available.
*/

@charset "utf-8";

html, body, #root {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #001C40;
  color: #fff;
  font-family: Montserrat, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

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