2019-04-03 15:29:46 +02:00
|
|
|
// fonts
|
|
|
|
@include font-face($Regular, $file, $typo, $category);//1
|
|
|
|
@include font-face($Bold, $file2, $typo2, $category);//1
|
2019-05-14 19:59:47 +02:00
|
|
|
@include font-face($now_alt_bold, $file3, $typo3, $category);//1
|
|
|
|
@include font-face($now_alt_light, $file4, $typo4, $category);//1
|
|
|
|
@include font-face($now_alt_medium, $file5, $typo5, $category);//1
|
2019-04-02 19:54:29 +02:00
|
|
|
|
2019-04-03 15:29:46 +02:00
|
|
|
// fontsize
|
|
|
|
// title
|
|
|
|
// $fzh1:
|
|
|
|
// $fzh2:
|
|
|
|
// $fzh3:
|
|
|
|
// $fzh4:
|
|
|
|
// $fzh5:
|
|
|
|
// $fzh6:
|
2019-04-02 19:54:29 +02:00
|
|
|
|
2019-04-03 15:29:46 +02:00
|
|
|
// paragraphe
|
|
|
|
// $fzp: 1rem;
|
|
|
|
// $fzs:
|
|
|
|
// $fzb:
|
|
|
|
// $fzi:
|
2019-04-02 19:54:29 +02:00
|
|
|
|
2019-04-03 15:29:46 +02:00
|
|
|
// line-height
|
|
|
|
// $lhp
|
2019-04-02 19:54:29 +02:00
|
|
|
|
2019-04-03 15:29:46 +02:00
|
|
|
// color
|
2019-05-01 19:59:32 +02:00
|
|
|
$light-blue: #0093a3;
|
|
|
|
$dark-blue: #00407d;
|
|
|
|
$green: #b5cb3a;
|
|
|
|
$red: #9e0027;
|
2019-05-14 19:59:47 +02:00
|
|
|
$light-grey: #d8dadbff;
|
2019-05-01 19:59:32 +02:00
|
|
|
$grey: #6e6f70;
|
2019-04-03 15:29:46 +02:00
|
|
|
$white: #ffffff;
|
|
|
|
$black: #231f20;
|
2019-04-02 19:54:29 +02:00
|
|
|
|
2019-04-03 15:29:46 +02:00
|
|
|
// header
|
|
|
|
$Hh: 70px;
|
|
|
|
$Hn: calc( 100vh - #{$Hh} );
|
|
|
|
$Wn: 50vw;
|
|
|
|
$Hc: calc( #{$Hn} - 150px );
|