Files
eng.vidok.com/layout/style-scss/_variables.scss
2025-03-06 19:27:29 +01:00

182 lines
4.3 KiB
SCSS

//* Colors
$cWhite: #ffffff;
$cGray: #bababa;
$cLightGray: #f6f6f6;
$cCloud: #f0f0f0;
$cSand: #e3e1de;
$cSandDarker: #d9d9d9;
$cBlack: #010101;
$cTxtWhite: #ffffff;
$cTxtCloud: #f0f0f0;
$cTxtGray: #bababa;
$cTxtGrayDarker: #a1a0a0;
$cTxtBlack: #010101;
$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;
}