_variables.scss 829 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // fonts
  2. @include font-face($Regular-L, $file-L_R, $family-L, $category);//1
  3. @include font-face($Roboto-L, $file-R_L, $family-R, $category);
  4. @include font-face($Roboto-R, $file-R_R, $family-R, $category);//1
  5. @include font-face($Roboto-I, $file-R_I, $family-R, $category);//1
  6. @include font-face($Roboto-M, $file-R_M, $family-R, $category);//1
  7. @include font-face($Roboto-B, $file-R_B, $family-R, $category);//1
  8. // font-size
  9. $fontp: 1rem;
  10. $fontnav: 1.15rem;
  11. $fontPi: 1.15rem;
  12. $h3: 1.5rem;
  13. $font32: 2rem;
  14. $fonth2: 3rem;
  15. $font40: 3rem;
  16. $font56: 4rem;
  17. $fontH1: 4rem;
  18. // interline
  19. $lineH24: 2rem;
  20. $lineH30: 2.5rem;
  21. $lineH32: 3rem;
  22. $lineH40: 4rem;
  23. $lineH96:6rem;
  24. //interlettre
  25. $letterI1: 0.1rem;
  26. // color
  27. $section: rgb(255, 250, 229);
  28. $h3-color: #8d2815ff;
  29. $bkg-g: rgb(255, 250, 229);
  30. $bkg-d: rgb(243,150,85);
  31. $blue: #0f265c;