/*
Theme Name: Andoia Advisory
Theme URI: https://andoia.com
Author: Andoia Advisory Ltd
Description: Website theme for Andoia Advisory Ltd — export control advisory for aviation, aerospace and defence.
Version: 1.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: andoia
*/

/* The design is written with inline styles. This file carries only what
   inline styles cannot express: font faces, resets and state rules. */

@font-face {
  font-family: 'Noto Sans Display';
  src: url('assets/fonts/NotoSansDisplay-Regular.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Display';
  src: url('assets/fonts/NotoSansDisplay-Medium.ttf') format('truetype');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Display';
  src: url('assets/fonts/NotoSansDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Display';
  src: url('assets/fonts/NotoSansDisplay-Bold.ttf') format('truetype');
  font-weight: 700; font-style: normal; font-display: swap;
}

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #FFFFFF;
  color: #101112;
  font-family: 'Noto Sans Display', ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: #101112; text-decoration: none; }
a:hover { color: #101112; }

img { max-width: 100%; }

input, textarea, button { font-family: inherit; }

*:focus-visible { outline: 2px solid #101112; outline-offset: 3px; }

/* inline display values must not defeat the hidden attribute */
[hidden] { display: none !important; }

/* WordPress-rendered post content inherits the site's editorial rhythm */
.andoia-prose > * { max-width: 68ch; }
.andoia-prose p,
.andoia-prose li { font-size: 18px; line-height: 1.7; color: #2B2E31; }
.andoia-prose h2 {
  margin: clamp(40px, 5vw, 56px) 0 18px;
  font-size: clamp(24px, 2.6vw, 30px);
  line-height: 1.2; letter-spacing: -0.02em; font-weight: 600; color: #101112;
}
.andoia-prose h3 { margin: 28px 0 12px; font-size: 19px; font-weight: 600; letter-spacing: -0.01em; }
.andoia-prose a { border-bottom: 1px solid #C9C6BF; padding-bottom: 1px; }
.andoia-prose a:hover { border-color: #101112; }
.andoia-prose blockquote {
  margin: 0 0 28px; padding: 4px 0 4px 26px; border-left: 3px solid #101112;
  font-size: clamp(19px, 2vw, 22px); line-height: 1.5; font-weight: 500; letter-spacing: -0.01em;
}
.andoia-prose img, .andoia-prose figure { max-width: 100%; height: auto; }
.andoia-prose figcaption { font-size: 14px; color: #6B7075; }
.andoia-prose table { width: 100%; border-collapse: collapse; font-size: 15px; }
.andoia-prose th, .andoia-prose td { text-align: left; padding: 12px 16px; border-bottom: 1px solid #E2E0DB; }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
