2021-03-17 18:44:15 -07:00
|
|
|
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
|
2021-03-19 05:12:44 -07:00
|
|
|
@import url('https://fonts.googleapis.com/css?family=Montserrat|Ubuntu');
|
2021-03-17 18:44:15 -07:00
|
|
|
* {
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-family: "Roboto", sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mr-20 {
|
|
|
|
margin-right: 20px !important;
|
|
|
|
}
|