﻿/*
Theme Name:        ONE Risk Advisory
Theme URI:         https://oneriskadvisory.nl
Author:            PlainShift
Author URI:        https://plainshift.nl
Description:       ONE Risk Advisory website-thema — Versie 3 (2026-05-20). Brandbook v3.3 Continuum: wit canvas + charcoal tekst + geel #F5B709 als enige accent. Petrol #1F3A44 als statement-vlak. Inter Tight + Inter + JetBrains Mono. Always-frosted-petrol header. Hybride architectuur: preview-v2.html als skeleton + ACF-velden via mu-plugins/one-acf-pages.php voor WP-admin bewerkbare content. NL+EN via Polylang. Schema.org JSON-LD voor SEO/SAI, llms.txt + ai.txt + security.txt.
Version: 3.0.45
Requires at least: 6.5
Tested up to:      6.7
Requires PHP:      8.1
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       one
Tags:              full-site-editing, block-styles, block-patterns, threaded-comments, translation-ready, wide-blocks, accessibility-ready, custom-colors, custom-menu, editor-style, featured-images
*/

/*
 * Theme styling lives in:
 *  - theme.json      → all tokens (color, type, spacing) + element styles
 *  - styles/*.json   → optional style variations
 *  - assets/css/*    → component layers (loaded via functions.php)
 *
 * This style.css contains only the theme metadata block above (required by WordPress)
 * and a minimal reset to fix a few legacy frontend defaults Gutenberg can't reach.
 */

html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, svg, video {
  max-width: 100%;
  height: auto;
}
::selection {
  background: #F5B709;
  color: #1A1F24;
}
