_variables.scss 810 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. $lineH32: 3rem;
  21. $lineH40: 4rem;
  22. $lineH96:6rem;
  23. //interlettre
  24. $letterI1: 0.1rem;
  25. // color
  26. $section: rgb(255, 250, 229);
  27. $h3-color: #8d2815ff;
  28. $bkg-g: rgb(255, 250, 229);
  29. $bkg-d: rgb(243,150,85);
  30. $blue: #0f265c;