/* 
 Theme Name:   Hello Elementor Child Theme
 Theme URI:    https://wordpress.org/themes/hello-elementor/
 Description:  Extended Version of Hello Elementor Theme
 Author:       Samiul H Pranto
 Author URI:   https://profiles.wordpress.org/samiulhpranto/
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
 /* == Add your own styles below this line ==
--------------------------------------------*/

@font-face {
    font-family: 'Campton';
    src: url('fonts/CamptonBook.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('fonts/CamptonMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('fonts/CamptonSemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Campton';
    src: url('fonts/CamptonBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-primary: #F37021;
    --color-secondary: #F5DBCB;
    --color-text-main: #0f172a;
    --color-text-secondary: #464646;
    --color-text-muted: #64748b;
    --color-bg-main: #f6f6f6;
    --color-bg-white: #ffffff;
    --color-border: #e5e7eb;
}

body, h1, h2, h3, h4, h5, h6, p, a, button {
    font-family: 'Campton', system-ui, -apple-system, sans-serif;
}