/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       AbzarWP.Com
 Author URI:   https://abzarwp.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

::selection {
    background-color: #3D3D3D !important;
    color: #fff !important;
}

::-moz-selection {
    background-color: #3D3D3D !important;
    color: #fff !important;
}

::-webkit-selection {
    background-color: #3D3D3D !important;
    color: #fff !important;
}

body::selection {
    background-color: #3D3D3D !important;
    color: #fff !important;
}

p::selection, h1::selection, h2::selection, div::selection {
    background-color: #3D3D3D !important;
    color: #fff !important;
}
