/*
Theme Name: IFF Gazete
Theme URI: https://iffgazete.com
Author: Kodenta
Author URI: https://iffgazete.com
Description: IFF Gazete için özel WordPress teması (Tailwind CSS tabanlı).
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iff-gazete
*/

/* Custom CSS from HTML style block */
body {
    font-family: 'Inter', sans-serif;
}

.modern-shadow {
    box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
}

.modern-shadow-lg {
    box-shadow: 12px 12px 0px rgba(0, 0, 0, 0.15);
}

.modern-shadow-xl {
    box-shadow: 16px 16px 0px rgba(0, 0, 0, 0.2);
}

.modern-modern-shadow {
    box-shadow: 16px 16px 0px rgba(0, 0, 0, 0.2);
}

.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translate(-4px, -4px);
    box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.2);
}

/* WordPress Core Alignments */
.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
}

p {
    margin-bottom: 15px;
}

.article-body p {
    margin-bottom: 15px;
}