95 lines
3.1 KiB
CSS
95 lines
3.1 KiB
CSS
/*eql*/
|
|
/*global*/
|
|
@font-face {
|
|
font-family: 'duke';
|
|
src: url("../fonts/Duke_Fill.otf") format("opentype");
|
|
font-weight: 400;
|
|
font-style: normal; }
|
|
|
|
/*marianne*/
|
|
@font-face {
|
|
font-family: 'Marianne';
|
|
src: url("../fonts/Marianne/Marianne-Thin.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Thin.woff") format("woff");
|
|
font-weight: 300;
|
|
font-style: normal; }
|
|
|
|
@font-face {
|
|
font-family: 'Marianne';
|
|
src: url("../fonts/Marianne/Marianne-Thin_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Thin_Italic.woff") format("woff");
|
|
font-weight: 300;
|
|
font-style: italic; }
|
|
|
|
@font-face {
|
|
font-family: 'Marianne';
|
|
src: url("../fonts/Marianne/Marianne-Light.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Light.woff") format("woff");
|
|
font-weight: 400;
|
|
font-style: normal; }
|
|
|
|
@font-face {
|
|
font-family: 'Marianne';
|
|
src: url("../fonts/Marianne/Marianne-Light_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Light_Italic.woff") format("woff");
|
|
font-weight: 400;
|
|
font-style: italic; }
|
|
|
|
@font-face {
|
|
font-family: 'Marianne';
|
|
src: url("../fonts/Marianne/Marianne-Regular.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Regular.woff") format("woff");
|
|
font-weight: 600;
|
|
font-style: normal; }
|
|
|
|
@font-face {
|
|
font-family: 'Marianne';
|
|
src: url("../fonts/Marianne/Marianne-Regular_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Regular_Italic.woff") format("woff");
|
|
font-weight: 600;
|
|
font-style: italic; }
|
|
|
|
@font-face {
|
|
font-family: 'Marianne';
|
|
src: url("../fonts/Marianne/Marianne-Medium.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Medium.woff") format("woff");
|
|
font-weight: 800;
|
|
font-style: normal; }
|
|
|
|
@font-face {
|
|
font-family: 'Marianne';
|
|
src: url("../fonts/Marianne/Marianne-Medium_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Medium_Italic.woff") format("woff");
|
|
font-weight: 800;
|
|
font-style: italic; }
|
|
|
|
@font-face {
|
|
font-family: 'Marianne';
|
|
src: url("../fonts/Marianne/Marianne-Bold.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Bold.woff") format("woff");
|
|
font-weight: 900;
|
|
font-style: normal; }
|
|
|
|
@font-face {
|
|
font-family: 'Marianne';
|
|
src: url("../fonts/Marianne/Marianne-Bold_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Bold_Italic.woff") format("woff");
|
|
font-weight: 900;
|
|
font-style: italic; }
|
|
|
|
@font-face {
|
|
font-family: 'Marianne';
|
|
src: url("../fonts/Marianne/Marianne-ExtraBold.woff2") format("woff2"), url("../fonts/Marianne/Marianne-ExtraBold.woff") format("woff");
|
|
font-weight: 1000;
|
|
font-style: normal; }
|
|
|
|
@font-face {
|
|
font-family: 'Marianne';
|
|
src: url("../fonts/Marianne/Marianne-ExtraBold_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-ExtraBold_Italic.woff") format("woff");
|
|
font-weight: 1000;
|
|
font-style: italic; }
|
|
|
|
/* Manifont Grotesk */
|
|
/* Colors used for EQL */
|
|
.node-type-static {
|
|
display: grid;
|
|
grid-template-columns: repeat(6, 1fr); }
|
|
|
|
/*pages*/
|
|
/*
|
|
@import "pages/partials/header_footer";
|
|
@import "pages/home";*/
|
|
.field--name-field-textes {
|
|
grid-column-start: 2;
|
|
grid-column-end: 7; }
|