@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@font-face {
  font-family: 'praktikaextrabold_extended';
  src: url('/themecms/theme/fonts/fontspring-demo-praktika-extraboldextended-webfont.woff2') format('woff2'), url('/themecms/theme/fonts/fontspring-demo-praktika-extraboldextended-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* TEXT */
/* TITLES */
/* BUTTONS */
/* HEADER */
/* MAIN MENU */
/* SUBMENUS */
/* @menuBorderColor should be called @submenuBgColor (can't change the name of the variable) */
/* @bigMenuLinkColor should be called @submenuTextColor */
/* FOOTER */
/* Unused variables can't remove since they are in base */
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
