/*
Theme Name: twentytwentyfive-child
Theme URI: 
Author: Sercan YILDIZ
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: twentytwentyfive-child
Tags: 
*/

/* Focus styles */
:where(.wp-site-blocks *:focus) {
    outline: none;
}

a:hover {
    text-decoration: none;
    text-decoration-thickness: auto;

}




/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {  }

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {  }

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {  }