Files
it.vidok.com/layout/style-scss/_variables.scss
Roman Pyrih ff4a09798f Save
2024-12-09 12:51:26 +01:00

28 lines
687 B
SCSS

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
$font-1: 'Open Sans', sans-serif;
$font-2: 'Cormorant', serif;
$font-3: 'Alegreya Sans', sans-serif;
$font-4: 'PT Serif', serif;
$font-5: 'Manrope', serif;
$font-6: 'League Spartan', serif;
$cTxtWhite: #fff;
$cTxtBlack: #000;
$cGrayText: #939393;
$cGrayBg: #f2f2f2;
$cGrayDarkBg: #777676;
$cGrayBorder: #ccc;
$cBlackText: #212529;
$cBlack: #000;
$cWhite: #fff;
$cLightBlue: #4ca8e6;
$cDarkNight: #343431;
$cDeepDark: #1d1d1b;
$cTxtCloud: #d8d8d8;
$cTxtLightBlue: #4ca8e6;
$cTxtDark: #2c2d2f;