/* Limelight Regular */
@font-face {
    font-family: 'Limelight';
    src: url('fonts-en/Limelight-Regular.ttf') format('truetype');
}

/* Intro Rust G Base */
@font-face {
    font-family: 'Intro Rust G Base';
    src: url('fonts-en/IntroRustG-Base.otf') format('opentype');
}

/* Intro Rust G Base2 Line */
@font-face {
    font-family: 'Intro Rust G Base2 Line';
    src: url('fonts-en/IntroRustG-Base2Line.otf') format('opentype');
}

/* Montserrat Black */
@font-face {
    font-family: 'Montserrat';
    src: url('fonts-en/Montserrat-Black.otf') format('opentype');
    font-weight: 900;
}

/* Montserrat Bold */
@font-face {
    font-family: 'Montserrat';
    src: url('fonts-en/Montserrat-Bold.otf') format('opentype');
    font-weight: bold;
}

/* Montserrat Light */
@font-face {
    font-family: 'Montserrat';
    src: url('fonts-en/Montserrat-Light.otf') format('opentype');
    font-weight: 300;
}

/* Montserrat Regular */
@font-face {
    font-family: 'Montserrat';
    src: url('fonts-en/Montserrat-Regular.otf') format('opentype');
    font-weight: normal;
}

/* Abril Text Regular */
@font-face {
    font-family: 'Abril Text';
    src: url('fonts-en/Abril-Display/Abril_Text_Regular.otf') format('opentype');
}

/* Abril Text SemiBold */
@font-face {
    font-family: 'Abril Text';
    src: url('fonts-en/Abril-Display/Abril_Text_SemiBold.otf') format('opentype');
    font-weight: 600;
}

/* Abril Text SemiBold Italic */
@font-face {
    font-family: 'Abril Text';
    src: url('fonts-en/Abril-Display/Abril_Text_SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

/* Abril Text Bold */
@font-face {
    font-family: 'Abril Text';
    src: url('fonts-en/Abril-Display/Abril_Text_Bold.otf') format('opentype');
    font-weight: bold;
}

/* Abril Text Bold Italic */
@font-face {
    font-family: 'Abril Text';
    src: url('fonts-en/Abril-Display/Abril_Text_BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

/* Abril Text Extra Bold */
@font-face {
    font-family: 'Abril Text';
    src: url('fonts-en/Abril-Display/Abril_Text_ExtraBold.otf') format('opentype');
    font-weight: 800;
}


body {
        font-family: 'Limelight', cursive;
}
p,
span,
div {
    font-family: 'Montserrat', sans-serif;
}
h1,h2,h3 {
    font-family: 'Limelight', serif;
}
/* h1 {
    font-family: 'Abril Text', serif;
    font-weight: bold;
} */

/* h2 {
    font-family: 'Limelight', cursive;
} */
.eltdf-section-title-holder .eltdf-st-tagline{
    font-family: 'Abril Text', serif;
}
.eltdf-btn-text ,
.eltdf-iwt .eltdf-iwt-title-text,
.eltdf-btn{
    font-family: 'Limelight', serif;
}

.item_text{
    font-family: 'Intro Rust G Base', serif;
}

.second .item_text{
    font-family: 'Abril Text', serif;
}