/* Roboto Condensed Light */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('/wp-content/themes/flatsome-child/fonts/RobotoCondensed-Light.woff2') format('woff2'),
       url('/wp-content/themes/flatsome-child/fonts/RobotoCondensed-Light.woff') format('woff');
}

/* Roboto Condensed Regular */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'),
       url('/wp-content/themes/flatsome-child/fonts/RobotoCondensed-Regular.woff2') format('woff2'),
       url('/wp-content/themes/flatsome-child/fonts/RobotoCondensed-Regular.woff') format('woff');
}

/* Roboto Condensed Bold */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('/wp-content/themes/flatsome-child/fonts/RobotoCondensed-Bold.woff2') format('woff2'),
       url('/wp-content/themes/flatsome-child/fonts/RobotoCondensed-Bold.woff') format('woff');
}

/* Globalne ustawienie */
body, h1, h2, h3, h4, h5, h6, .button, .menu-item a {
  font-family: 'Roboto Condensed', sans-serif !important;
}
