/*
 Theme Name:   Eventicity Child Theme
 Theme URI:    https://eventicity.themerex.net
 Description:  Eventicity Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     eventicity
 Version:      1.0.0    
 Tags:         celebration, event, event planner, event theme, invitation, venue, wedding, wedding planner, party, events calendar, catering, conference, birthday party, event agency, party planning
 Text Domain:  eventicity
*/


/* =Theme customization starts here
------------------------------------------------------------ */

/* @font-face {
    font-family: 'Cocon';
    src: url('./fonts/CoconRegularFont.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'century Gothic';
    src: url('./fonts/Century\ Gothic.ttf') format('tff'),
         url('./fonts/CenturyGothic.ttf') format('tff');

    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'Cocon';
    src: url('./fonts/CoconRegularFont.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* ✅ Added */
}

@font-face {
    font-family: 'Century Gothic';
    src: url('./fonts/Century Gothic.ttf') format('truetype'),
         url('./fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* ✅ Added */
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Cocon', sans-serif !important;
}

p, body {
    font-family: 'century Gothic' !important;
}

/*portfolio accoridan */

.sc_portfolio.sc_portfolio_qw-case .sc_portfolio_item .sc_portfolio_item_content .post_title {
    margin-top: -8rem;
}