/* Global Font Styles - Orijinal Sayfadan */

/* Body Font Settings */
body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #3e3c3c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Heading Fonts */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 20px 0;
    color: #3e3c3c;
}

h1 { font-size: 42px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }

/* Title Classes */
.title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

/* Navigation Font */
.kingster-navigation-font,
.kingster-main-menu,
.sf-menu {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

/* Menu Item Font */
.sf-menu li a,
.m-menu li a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
}

/* Paragraph */
p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #3e3c3c;
}

/* Links */
a {
    font-family: 'Poppins', sans-serif;
    color: #163269;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    color: #9D2235;
}

/* Button Font */
button, .button, input[type="button"], input[type="submit"] {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

/* Event Item Title */
.gdlr-core-event-item-title,
.gdlr-core-event-item-title a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

/* Block Item Title */
.gdlr-core-block-item-title {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #163269;
}

/* Header Title */
.baslik h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
}

/* Footer Font */
footer,
.kingster-copyright-left {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.8;
}

/* Language Toggle */
.language-toggle {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Title Specific Styles from Original */
h3.title {
    font-size: 21px !important;
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 30px;
}

/* Section Titles */
.gdlr-core-pbf-wrapper h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

/* Text Box Content */
.gdlr-core-text-box-item-content {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #3e3c3c;
}

/* Ensure all text uses Poppins */
* {
    font-family: 'Poppins', sans-serif;
}

/* Override any default fonts */
body * {
    font-family: inherit;
}

