123 lines
3.0 KiB
SCSS
123 lines
3.0 KiB
SCSS
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
|
|
@import url('http://fonts.cdnfonts.com/css/bahnschrift');
|
|
|
|
$cWhite: #ffffff;
|
|
$cBlack: #000;
|
|
$cGrayDarkBg: #232323;
|
|
$cGrayBg: #ebebeb;
|
|
$cGrayBg2: #e1e1e1;
|
|
$cGrayLightBg: #f5f5f5;
|
|
$cGrayLightTextMenuHover: #bcbcbc;
|
|
$cGrayText: #232323;
|
|
$cGrayLightText: #d6d6d6;
|
|
$cBlackText: #303030;
|
|
$cYellow: #fbfa08;
|
|
$cYellow2: #fff200;
|
|
$cLightYellow: #fdef8e;
|
|
$cGold: #b89b00;
|
|
$font1: 'Open Sans', sans-serif;
|
|
$font2: 'Alegreya Sans', sans-serif;
|
|
$font3: 'URW Form', sans-serif;
|
|
$cTxtGray: #555555;
|
|
|
|
//* Fonts
|
|
@font-face {
|
|
font-family: 'URW Form';
|
|
font-style: normal;
|
|
font-weight: 100;
|
|
src: url('/layout/fonts/urw-font/urw-form-thin.ttf') format('ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'URW Form';
|
|
font-style: italic;
|
|
font-weight: 100;
|
|
src: url('/layout/fonts/urw-font/urw-form-thin-italic.ttf') format('ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'URW Form';
|
|
font-style: normal;
|
|
font-weight: 200;
|
|
src: url('/layout/fonts/urw-font/urw-form-extra-light.ttf') format('ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'URW Form';
|
|
font-style: italic;
|
|
font-weight: 200;
|
|
src: url('/layout/fonts/urw-font/urw-form-extra-light-italic.ttf')
|
|
format('ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'URW Form';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: url('/layout/fonts/urw-font/urw-form-light.ttf') format('ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'URW Form';
|
|
font-style: italic;
|
|
font-weight: 300;
|
|
src: url('/layout/fonts/urw-font/urw-form-light-italic.ttf') format('ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'URW Form';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('/layout/fonts/urw-font/urw-form-regular.ttf') format('ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'URW Form';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src: url('/layout/fonts/urw-font/urw-form-medium.ttf') format('ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'URW Form';
|
|
font-style: italic;
|
|
font-weight: 500;
|
|
src: url('/layout/fonts/urw-font/urw-form-medium-italic.ttf') format('ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'URW Form';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: url('/layout/fonts/urw-font/urw-form-demi.ttf') format('ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'URW Form';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('/layout/fonts/urw-font/urw-form-bold.ttf') format('ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'URW Form';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('/layout/fonts/urw-font/urw-form-bold-italic.ttf') format('ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'URW Form';
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
src: url('/layout/fonts/urw-font/urw-form-extra-bold.ttf') format('ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'URW Form';
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
src: url('/layout/fonts/urw-font/urw-form-extra-bold-italic.ttf')
|
|
format('ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'URW Form';
|
|
font-style: italic;
|
|
src: url('/layout/fonts/urw-font/urw-form-italic.ttf') format('ttf');
|
|
}
|