/* Basic app-wide styles to satisfy link /index.css and proper MIME type */
:root {
  --color-primary: #0052cc;
  --color-secondary: #ffab00;
}

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

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

