35 lines
497 B
SCSS
35 lines
497 B
SCSS
// fonts
|
|
@include font-face($Regular, $file, $typo, $category);//1
|
|
@include font-face($Bold, $file2, $typo2, $category);//1
|
|
|
|
// fontsize
|
|
// title
|
|
// $fzh1:
|
|
// $fzh2:
|
|
// $fzh3:
|
|
// $fzh4:
|
|
// $fzh5:
|
|
// $fzh6:
|
|
|
|
// paragraphe
|
|
// $fzp: 1rem;
|
|
// $fzs:
|
|
// $fzb:
|
|
// $fzi:
|
|
|
|
// line-height
|
|
// $lhp
|
|
|
|
// color
|
|
$blue: #0f265c;
|
|
$red: #8d2815ff;
|
|
$grey: #999999;
|
|
$white: #ffffff;
|
|
$black: #231f20;
|
|
|
|
// header
|
|
$Hh: 70px;
|
|
$Hn: calc( 100vh - #{$Hh} );
|
|
$Wn: 50vw;
|
|
$Hc: calc( #{$Hn} - 150px );
|