/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com
Description: Child tema za Hello Elementor
Author: InWeb
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Boja
Crock Green
#74BF44 */

/* MONTSERRAT OPTIMIZED */
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Light.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Global font */

body {
    font-family: 'Montserrat', sans-serif !important;
}
h1, h2, h3, h4, h5, p, li, a {
    font-family: 'Montserrat', sans-serif !important;
}
/* Menu */
#crocMenu a{
	color: #fff;
}

/* Efekat kucanja */
.typing-text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid #000; /* kursor */
    font-family: inherit;
    font-size: inherit;
}