mwmbl/front-end/assets/css/theme.css
2023-10-12 17:17:42 +01:00

18 lines
No EOL
367 B
CSS

:root {
/* This is the theme file, use it to define theme variables. */
/* Colors: */
--dark-color: #0A1931;
--primary-color: #185ADB;
--gray-color: #EEEEEE;
--light-color: #F8F8F8;
/* Fonts: */
--regular-font: 'Inter', sans-serif;
--default-font-size: 16px;
--default-font-weight: 400;
--bold-font-weight: 700;
--black-font-weight: 900;
}