@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Black.ttf') format('truetype');
    font-weight: 900; /* Black */
    font-style: normal;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-ExtraBold.ttf') format('truetype');
    font-weight: 800; /* ExtraBold */
    font-style: normal;
}

@font-face {
    font-family: 'Geist';
    src: url('../fonts/Geist-SemiBold.ttf') format('truetype');
    font-weight: 600; /* SemiBold */
    font-style: normal;
}

h2.elementor-heading-title,
.elementor-image-box-title {
    font-family: 'Geist' !important;
    font-weight: 700;
}
h1.elementor-heading-title {
    font-family: 'Geist' !important;
    font-weight: 800 !important;
}