/*
Theme Name: Hello Elementor Child - UniMel News
Template: hello-elementor
Description: Child theme untuk Portal Berita UniMel
Version: 1.0
*/

/* Import Poppins Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Apply Poppins to entire website */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, div,
.elementor-widget-text-editor,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget,
input, textarea, select, button {
    font-family: 'Poppins', sans-serif !important;
}

.elementor-element {
    font-family: 'Poppins', sans-serif;
}

/* Shortcode elements */
.unimel-homepage-wrapper,
.unimel-pengumuman-list,
.unimel-acara-list,
.unimel-grid {
    font-family: 'Poppins', sans-serif;
}