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
465 B
20 lines
465 B
// Font
|
|
// @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
|
|
|
|
|
|
|
|
// Global
|
|
|
|
@import 'normalize';
|
|
@import 'variables';
|
|
|
|
|
|
@import 'pages/pages';
|
|
|
|
|
|
|
|
@import 'components/components';
|
|
@import 'layouts/layouts';
|
|
@import 'common';
|
|
|