/* See license.txt for terms of usage */

body {
  margin: 0;
}

body #content section {
  /* Override the font from styles.css, it's for the
  bold Crossword and thin Planet text on the Home page
  xxxHonza: this font is also nicer for footer and
  navigation bar, but worse for the Workspace and 
  Assisttant pages.
  */
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.font-weight-bold {
  font-weight: bold;
}

/* Crossword Planet Logo */
.crossword-planet-logo .crossword {
  font-weight: bold;
}

.crossword-planet-logo .planet {
  font-weight: lighter;
}