2024-10-11 00:11:27 -05:00
|
|
|
@import 'vars.less';
|
|
|
|
|
2024-10-11 01:36:09 -05:00
|
|
|
@import (css) url('https://fonts.googleapis.com/css2?family=Rubik:wght@400..700&display=swap');
|
2024-10-11 00:11:27 -05:00
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: @fonts-sans;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2024-10-11 01:36:09 -05:00
|
|
|
font-weight: 700;
|
2024-10-11 00:11:27 -05:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|