/*
Theme Name: Microsys
Theme URI: https://microsys.com.au/
Author: Microsys
Author URI: https://microsys.com.au/
Description: Premium IT support, computer repairs, cyber security, CCTV and smart home theme built for Microsys, Perth Western Australia. Elementor-ready, fast, accessible and local-SEO focused. Brand red #cc0302 with Quicksand typography.
Version: 1.2.5
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: microsys
Tags: business, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, elementor, e-commerce, right-sidebar, block-styles, wide-blocks
*/

/*
 * Theme styling lives in assets/css/main.css (enqueued in functions.php).
 * This file holds only the required WordPress theme header plus a small
 * set of fallbacks so the theme is never completely unstyled.
 */

:root {
  --ms-primary: #cc0302;
  --ms-primary-dark: #a30201;
  --ms-ink: #1d1d1f;
  --ms-font: "Quicksand", "Segoe UI", system-ui, -apple-system, sans-serif;
}

body {
  font-family: var(--ms-font);
  color: var(--ms-ink);
  margin: 0;
}

a { color: var(--ms-primary); }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #fff;
  clip: auto !important;
  clip-path: none;
  color: var(--ms-primary);
  display: block;
  font-size: 1rem;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 14px 22px;
  text-decoration: none;
  top: 6px;
  width: auto;
  z-index: 100000;
}
