You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
264 B
20 lines
264 B
2 years ago
|
body {
|
||
|
font-family: 'Montserrat', sans-serif;
|
||
|
}
|
||
|
|
||
|
#product-overview {
|
||
|
background: #ff1b68;
|
||
|
}
|
||
|
|
||
|
.section-title {
|
||
|
color: #2ddf5c;
|
||
|
}
|
||
|
|
||
|
#product-overview h1 {
|
||
|
color: white;
|
||
|
font-family: 'Anton', sans-serif;
|
||
|
}
|
||
|
|
||
|
/* h1 {
|
||
|
font-family: sans-serif;
|
||
|
} */
|