/*
Theme Name: OMD Theme
Author: omydeer.pl (Grzegorz Reluga)
Author URI: https://omydeer.pl/
Version: 1.7
Requires at least: 6.0
Tested up to: 6.2
Requires PHP: 8.0
Description: Modern, corporate, responsive, SEO-friendly, lightweight CSS template created by omydeer.pl
*/

body {
  background: var(--bg-alt);
  color: var(--text-color);
  font-family: var(--default-font-family);
  font-size: var(--default-font-size);
  font-weight: var(--default-font-weight);
  letter-spacing: 0.1px;
  line-height: var(--default-line-height);
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  scroll-behavior: smooth;
}

a[href^="tel"] {
  pointer-events: none;
  cursor: default;
  color: inherit;
  text-decoration: none;
}

* :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(label):not(img):not(span):not(a)::selection {
  background-color: #eaeaea;
  color: #53504e;
}

a {
  font-family: var(--default-font-family);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a img.aligncenter {
  display: block;
  margin: 0 auto;
}

a.skip-link {
  display: none;
}

a:active,
a:focus,
a:hover,
a:target {
  color: inherit;
  text-decoration: none;
}

.edit-link.edit-custom-section {display: none}

button {  font-family: var(--default-font-family);}

a::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
label::selection,
img::selection,
span::selection {
  background-color: transparent;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {font-family: var(--default-font-family);}