:root {
  --afr-blue: #00529b;
}

body {
  font-family: "Source Sans 3", system-ui, sans-serif;
}

[class*='AppHeader'] {
  background: #fff !important;
  border-bottom: 1px solid #e5e7eb !important;
}

[class*='SidebarContainer'] {
  background: #f8fafc !important;
  border-right: 1px solid #e5e7eb !important;
}

button[class*='ToolbarButton'],
a[class*='ToolbarButton'] {
  border-radius: 0 !important;
}

[class*='ControlPane'] {
  max-width: 920px;
}

[class*='EditorPreview'] iframe {
  background: #fff;
}
