/*
 Theme Name: Nadilac Theme Child
 Theme URI: https://nadev.website/
 Description: Child theme of Hello Biz
 Author: Nguyen Phan Nhat Anh aka.Nadilac
 Template: hello-biz
 Version: 1.0
*/
/* SF Pro Display – Light */
@font-face {
    font-family: 'SF Pro Display Light';
    src: url('fonts/SF-Pro-Display-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Display – Regular */
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* SF Pro Display – Thin */
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SF-Pro-Display-Thin.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


/* Global typography */
body, html {
    font-family: 'SF Pro Display Light', sans-serif !important;
}

/* Heading global */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
    font-family: 'SF Pro Display', sans-serif !important;
}

/* Text editor */
.elementor-widget-text-editor {
    font-family: 'SF Pro Display', sans-serif !important;
}

/* Buttons */
button, .elementor-button {
    font-family: 'SF Pro Display', sans-serif !important;
}
