mirror of
https://github.com/ineesalmeida/almeida-cv.git
synced 2024-11-23 07:47:55 +00:00
28 lines
440 B
SCSS
28 lines
440 B
SCSS
body {
|
|
font-family: 'Roboto', sans-serif;
|
|
font-weight: 300;
|
|
line-height: 1.7;
|
|
font-size: 1.12rem;
|
|
color: $color-dark;
|
|
}
|
|
|
|
.mainHeading {
|
|
text-transform: uppercase;
|
|
font-size: 5rem;
|
|
color: $color-secondary;
|
|
|
|
& span {
|
|
color: $color-primary;
|
|
}
|
|
}
|
|
|
|
.section__title {
|
|
font-size: 2.1rem;
|
|
color: $color-dark;
|
|
}
|
|
|
|
h1,
|
|
h2 {
|
|
text-transform: uppercase;
|
|
font-family: 'Oswald', sans-serif;
|
|
}
|