// Generic :: Shared

// Always declare margins in the same direction:
// csswizardry.com/2012/06/single-direction-margin-declarations

// @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

*:focus {
  outline: none;
}

html {
  color: fabric-color('dark-grey');
  font-family: FS-Emeric-Regular, Helvetica, sans-serif;
}

body {
  letter-spacing: fabric-letter-spacing(-30);
}

address,
h1,
.u-h1,
h2,
.u-h2,
h3,
.u-h3,
h4,
h5,
h6,
blockquote,
p,
.u-p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
  margin-bottom: $fabric-global-spacing-unit;
}

// p {
//   max-width: 645px;
// }

// Consistent indentation for lists.
dd,
ol,
ul {
  margin-left: $fabric-global-spacing-unit;
}

a {
  color: fabric-color(primary);
  text-decoration: none;
}
