/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
  font-family: 'TANPARADISO';
  src: url('fonts/TANPARADISO.ttf') format('truetype');
}

@font-face {
  font-family: 'Mulish';
  src: url('fonts/Mulish-VariableFont_wght.ttf') format('truetype');
}

/* Hide the widget with class 'widget-xx' when the page's language is set to the language of the body tag) */

body.de .widget-uk, body.de .widget-ru {
    display: none !important;
}

/* Hide the widget with class 'widget-xx' when the page's language is set to the language of the body tag) */

body.uk .widget-de, body.uk .widget-ru {
    display: none !important;
}

/* Hide the widget with class 'widget-xx' when the page's language is set to the language of the body tag) */

body.ru .widget-de, body.ru .widget-uk {
    display: none !important;
}
