/*
Theme Name: Alukas Child
Theme URI: https://alukas.presslayouts.com/
Author: PressLayouts
Description: This is a child theme for Alukas
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: alukas
Text Domain: pls-theme-child
*/
/* Override Jost anywhere it might sneak in */
body, h1, h2, h3, h4, h5, h6,
.pls-main-navigation a,
.pls-header-main *,
.pls-footer-main *,
*:not(i):not([class*="icon"]) {
  font-family: "Playfair Display", serif !important;
}
@media (max-width: 767px) {
  footer.pls-site-footer img {
    max-width: 120px !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
}
/* Apply PressLayouts icon font */
[class^="picon-"],
[class*=" picon-"] {
  font-family: 'presslayouts-font' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Force light pink background across all key layout wrappers */
body,
html,
.site,
.content-area,
#page,
#content,
.elementor-section-wrap,
.elementor-container,
.elementor {
  background-color: #C0C0C0 !important;
}