@import 'config';
@import 'custom-blocks';

html,
body {
  padding: 0;
  margin: 0;
  background-color: #fff;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: $textColor;
}

a {
  font-weight: 500;
  color: $accentColor;
  text-decoration: none;
}