/* Import Roboto Font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

/* Apply Roboto Font & Justify Text Globally */
body, 
p, 
li, 
div, 
.page, 
.pkp_structure_main, 
.obj_monograph_details, 
.cmp_text_block {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  text-align: justify !important;
  text-justify: inter-word;
}

/* Apply Roboto to Headings */
h1, h2, h3, h4, h5, h6, .title {
  font-family: 'Roboto', sans-serif !important;
}