/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Abbas
Template: hello-elementor
Version: 1.0.0
*/

/* Add your custom CSS below */

/* Helvetica Neue Condensed - Optimized */
@font-face {
    font-family: "Helvetica Neue Condensed Black", Sans-serif;
    src: url('https://dev.prpinraleigh.com/wp-content/uploads/fonts/HelveticaNeue-CondensedBlack.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Condensed Black Bold';
    src: url('https://dev.prpinraleigh.com/wp-content/uploads/fonts/HelveticaNeue-CondensedBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Helvetica Neue Condensed Black", Sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue Condensed Black Bold", Sans-serif;
	font-weight: 700;
}