core/skin/p008.yurecnt.ru/scss/theme/_variables.scss

29 lines
709 B
SCSS
Raw Normal View History

2023-04-09 19:52:26 +05:00
/* font family
============================================================================================ */
$title-font: 'Lora', serif;
$text-font: 'Source Sans Pro', sans-serif;
/* color variables
============================================================================================ */
$title-color: #3a414e;
$text-color: #797979;
$black: #222222;
$primary-color: #ff9907;
$link-color: #7b838a;
$white: #fff;
$soapstone : #fff9f7;
/* google fonts
============================================================================================ */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700');