/*
Theme Name: BTiger
Author: 
Author URI: https://kocaeliegitim.com/ 
Theme URI: https://kocaeliegitim.com/
Tags: full-site-editing, block-patterns
Text Domain: btiger
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.2
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.breadcrumbs {
    list-style: none;
    display: flex;
    padding: 10px 0;
    margin: 0;
}

.breadcrumbs li {
    margin-right: 5px;
}

.breadcrumbs li + li:before {
    content: "» "; /* Or other separator */
    margin-right: 5px;
}
.language-list {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.language-list li {
    font-weight:500;
    margin-bottom: 0;
}
.language-list a {
    padding: 5px 12px;
    border: 1px solid #ccc;
    border-radius: 30px;
    text-decoration: none;
}
