/*
Theme Name: CliqAlly Theme
Theme URI: https://cliqally.com/
Description: A WP theme made by CliqAlly with accessibility enhancements and Elementor Compatibility.
Author: CliqAlly
Author URI: https://cliqally.com/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cliqally-theme
*/

body{
	margin: 0;
}

/* Accessibility: Skip link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
  transition: top 0.3s ease;
}
.skip-link:focus {
  top: 0;
}

*:focus {
  outline: none;
}

*:focus-visible{
	outline: dotted;
    outline-offset: 10px;
    outline-color: #fa925b;
}