Files
eng.vidok.com/layout/style-scss/_variables.scss
2026-04-02 12:27:46 +02:00

201 lines
4.4 KiB
SCSS

//* Colors
$cWhite: #ffffff;
$cGray: #bababa;
$cLightGray: #f6f6f6;
$cCloud: #f0f0f0;
$cSand: #e3e1de;
$cSandDarker: #d9d9d9;
$cBlack: #010101;
$cGrayBg: #ebebeb;
$cTxtWhite: #ffffff;
$cTxtCloud: #f0f0f0;
$cTxtGray: #bababa;
$cTxtGrayDarker: #a1a0a0;
$cTxtBlack: #010101;
$cBlackText: #303030;
$cGrayText: #232323;
$fontNewOrder: 'New Order', sans-serif;
$fontURWForm: 'URW Form', sans-serif;
//* Fonts
@font-face {
font-family: 'URW Form';
src:
url('/layout/fonts/URWForm-LightItalic.woff2') format('woff2'),
url('/layout/fonts/URWForm-LightItalic.woff') format('woff');
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'URW Form';
src:
url('/layout/fonts/URWForm-ExtraLightItalic.woff2') format('woff2'),
url('/layout/fonts/URWForm-ExtraLightItalic.woff') format('woff');
font-weight: 200;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'URW Form';
src:
url('/layout/fonts/URWForm-Medium.woff2') format('woff2'),
url('/layout/fonts/URWForm-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'URW Form';
src:
url('/layout/fonts/URWForm-MediumItalic.woff2') format('woff2'),
url('/layout/fonts/URWForm-MediumItalic.woff') format('woff');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'URW Form Demi';
src:
url('/layout/fonts/URWForm-Demi.woff2') format('woff2'),
url('/layout/fonts/URWForm-Demi.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'URW Form';
src:
url('/layout/fonts/URWForm-Italic.woff2') format('woff2'),
url('/layout/fonts/URWForm-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'URW Form';
src:
url('/layout/fonts/URWForm-Light.woff2') format('woff2'),
url('/layout/fonts/URWForm-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'URW Form';
src:
url('/layout/fonts/URWForm-ThinItalic.woff2') format('woff2'),
url('/layout/fonts/URWForm-ThinItalic.woff') format('woff');
font-weight: 100;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'URW Form';
src:
url('/layout/fonts/URWForm-Bold.woff2') format('woff2'),
url('/layout/fonts/URWForm-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'URW Form';
src:
url('/layout/fonts/URWForm-BoldItalic.woff2') format('woff2'),
url('/layout/fonts/URWForm-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'URW Form';
src:
url('/layout/fonts/URWForm-Thin.woff2') format('woff2'),
url('/layout/fonts/URWForm-Thin.woff') format('woff');
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'URW Form';
src:
url('/layout/fonts/URWForm-Regular.woff2') format('woff2'),
url('/layout/fonts/URWForm-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'URW Form Extra';
src:
url('/layout/fonts/URWForm-ExtraBoldItalic.woff2') format('woff2'),
url('/layout/fonts/URWForm-ExtraBoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'URW Form Extra';
src:
url('/layout/fonts/URWForm-ExtraBold.woff2') format('woff2'),
url('/layout/fonts/URWForm-ExtraBold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'New Order';
src: url('/layout/fonts/NewOrder-Light.otf') format('otf');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'New Order';
src: url('/layout/fonts/NewOrder-Regular.otf') format('otf');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'New Order';
src: url('/layout/fonts/NewOrder-Medium.otf') format('otf');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'New Order';
src: url('/layout/fonts/NewOrder-SemiBold.otf') format('otf');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'New Order';
src: url('/layout/fonts/NewOrder-Bold.otf') format('otf');
font-weight: 700;
font-style: normal;
font-display: swap;
}