2025-02-28 10:53:21 -06:00
|
|
|
/*
|
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public License,
|
|
|
|
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
|
|
|
|
* obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
*/
|
|
|
|
|
2024-10-11 22:16:42 -05:00
|
|
|
@import 'styles.less';
|
2024-10-11 00:11:27 -05:00
|
|
|
|
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
|
|
|
|
2024-10-16 12:05:07 -05:00
|
|
|
html,
|
|
|
|
body {
|
2024-10-11 22:16:42 -05:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2024-10-11 00:11:27 -05:00
|
|
|
body {
|
|
|
|
font-family: @fonts-sans;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2024-10-12 23:47:09 -05:00
|
|
|
font-weight: @font-w-bold;
|
2024-10-11 00:11:27 -05:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|