/*
Theme Name: Duru Gelinlik
Theme URI: https://durugelinlik.com
Author: Duru Gelinlik
Description: Duru Gelinlik için özel olarak geliştirilmiş hızlı ve optimize WordPress teması.
Version: 1.0.0
Text Domain: duru
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #111111;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}