@import “colors”;
body {
font-family: 'Lato', sans-serif; font-size: 20px; color: $text-color; background-color: $background-color;
}
h1, h2, h3, h4, h5, h6 {
color: $heading-text-color; font-family: 'Ubuntu', sans-serif;
}
a {
color: $link;
}
a:hover {
color: $link;
}
.block-hover {
text-decoration: none;
}
a.block-link:hover {
text-decoration: none;
}
p, ul, ol {
color: $text-color;
}
strong, em {
color: $emphasis-text-color;
}
hr {
margin-top: 40px; margin-bottom: 20px; border: 1px solid $text-color;
}
blockquote {
margin: 40px 10px; color: $blockquote; font-style: italic; font-weight: bold;
}