14 lines
247 B
CSS
14 lines
247 B
CSS
body{
|
|
margin:0;
|
|
padding:0;
|
|
font-family:'Monserrat',sans-serif;
|
|
font-weight:400;
|
|
color:#191919;
|
|
letter-spacing: .5px;
|
|
}
|
|
p, div, h1, h2, h3, h4, h5, h6, button{
|
|
font-family:'Monserrat',sans-serif;
|
|
font-weight:400;
|
|
}
|
|
|