/* Text selection rengini tema rengine çek */
::selection {
    background: #0d6efd; /* mavi (Bootstrap primary) */
    color: #ffffff;
}

::-moz-selection {
    background: #0d6efd;
    color: #ffffff;
}
