/*
Theme Name: Mono Electrical & Hardware Trading
Theme URI: https://monoeht.com
Author: Mono Electrical & Hardware Trading LLC
Description: Custom theme for Mono Electrical & Hardware Trading LLC, a UAE electrical and hardware supplier. Built for WordPress 7.0.2.
Version: 7.0.2
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: mono-eht
*/

:root {
  --background: 216 60% 10%;
  --foreground: 0 0% 96%;
  --card: 216 60% 10%;
  --card-foreground: 0 0% 96%;
  --primary: 25 100% 50%;
  --primary-foreground: 0 0% 100%;
  --secondary: 55 100% 50%;
  --secondary-foreground: 0 0% 39%;
  --muted: 26 61% 15%;
  --muted-foreground: 216 60% 60%;
  --accent: 205 100% 50%;
  --accent-foreground: 0 0% 100%;
  --border: 216 50% 30%;

  --font-sans: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-heading: 'Bebas Neue', -apple-system, BlinkMacSystemFont, sans-serif;

  --radius: 0.5rem;

  --color-navy: #0A1F44;
  --color-navy-dark: #071530;
  --color-orange: #F97316;
  --color-whatsapp: #25D366;
}

body {
  font-family: var(--font-sans);
}

.bg-background {
  background-color: #0A1F44;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease-out, transform 0.55s ease-out;
}

.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
