/*
Theme Name: UADS Theme
Theme URI: https://upabovedrones.com.au
Author: UADS
Description: Custom Tailwind-powered theme for UADS Website Redesign.
Version: 1.0
Text Domain: uads
*/

/* Core styles are handled by Tailwind CSS (via CDN or build process). */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Reduce the overall maximum container wideness from 1280px (80rem) to 1152px (72rem) */
.max-w-7xl {
    max-width: 72rem !important;
}

/* Specs Table Monospace font styles and wrap formatting */
.specs-table {
    font-family: monospace;
    white-space: normal !important;
}

/* Active menu item color highlighting in WordPress menus */
.current-menu-item > a,
.current_page_item > a,
.current-menu-ancestor > a,
.current-menu-parent > a {
    color: #E55934 !important;
}
.current-menu-item > a:hover,
.current_page_item > a:hover,
.current-menu-ancestor > a:hover,
.current-menu-parent > a:hover {
    color: #E55934 !important;
}
