@font-face {
  font-family: "PP Editorial New";
  src: url("https://www.niewczas-maciejewska.com/wp-content/themes/nnnn/fonts/PPEditorialNew-Regular.otf");
  font-weight: 400;
}

@font-face {
  font-family: "PP Editorial New";
  src: url("https://www.niewczas-maciejewska.com/wp-content/themes/nnnn/fonts/PPEditorialNew-Ultralight.otf");
  font-weight: 200;
}

:root {
  --container-height: 640px;
  --container-width: 1120px;
  --container-z-index: 100;

  --z-index-header: 1000;

  --theme-background: #EEEEEC;
  --theme-background-header: #E1E1E1;
  --theme-main: #404040;
  --theme-header: #161616;
  --theme-header-2: #FFFEF9;
  --theme-emphasis: #FF0004;
}

@media screen and (max-width: 767px) {
  :root {
    --container-width: 90%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  :root {
    --container-width: 688px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  :root {
    --container-width: 924px;
  }
}

@media screen and (min-width: 1440px) {
}
