blob: d6ecbf6ff05986594e4c0cdbbca6f2a60a9abb93 [file] [log] [blame]
html,
body {
padding: 0;
margin: 0;
/* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; */
font-family: 'Source Sans Pro', sans-serif;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2 {
font-family: 'Rubik', sans-serif;
}
h1 {
color: #303033;
font-weight: 600;
}
h2 {
color: #4B4D58;
font-weight: 500;
}
p {
color: #717484;
}