mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-23 04:10:00 +00:00
13 lines
329 B
CSS
13 lines
329 B
CSS
:root {
|
|
--primary-color: #74c69d;
|
|
--text-dark: #d6d6d6;
|
|
--white: #ffffff;
|
|
--black: #000000;
|
|
--font-size-20: 20px;
|
|
--ff-crimsontext-regular: CrimsonText-Regular;
|
|
--ff-crimsontext-700: CrimsonText-700;
|
|
--ff-worksans-500: WorkSans-500;
|
|
--ff-worksans-700: WorkSans-700;
|
|
--ff-worksans-regular: WorkSans-Regular;
|
|
}
|