/* @FONTWARNING[{ "type": "restricted", "family": "Liberation Mono-Bold", "weight": "700", "style": "normal", "allowsCrossOrigin": false }] */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  min-height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: "Liberation Mono-Bold";
  src: local("Liberation Mono-Bold");
}
/* @FONTWARNING[{ "type": "restricted", "family": "Liberation Serif-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false }] */
@font-face {
  font-family: "Liberation Serif-Regular";
  src: local("Liberation Serif-Regular");
}

.primary-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-navigation li {
  margin: 0;
  padding: 0;
}

.primary-navigation a {
  color: inherit;
}
