src/App/styles/_variables.scss (26 lines of code) (raw):

// COLORS $darkColor: #272727; $lightColor: #f9fcfd; $whiteColor: #ffffff; $grayColor: #8f8f8f; $darkGrayColor: #343434; $lightGrayColor: #ededed; $redColor: #ff0000; $blueColor: #39c2d7; $paleGrayColor: #bbbbbb; $blackColor: #000000; $lightGrayBlueColor: #e7f1f2; $grayBlueColor: #dcebed; // SPACES $space-xl: 30px; $space-l: 25px; $space-m: 20px; $space-s: 15px; $space-xs: 10px; $space-xxs: 5px; // FONTS $fs64: 64px; $fs48: 48px; $fs20: 20px; $fs18: 18px; $fs16: 16px; $fs14: 14px; $fs12: 12px; // SIZES $parentMaxWidth: 1630px;