/*
Theme Name: Vipico GeneratePress Child
Theme URI: https://vipico-tech.com/
Description: Lightweight GeneratePress child theme for Vipico's B2B laser vibrometer website.
Author: Vipico
Author URI: https://vipico-tech.com/
Template: generatepress
Version: 0.1.0
Text Domain: vipico-generatepress-child
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --vipico-navy: #12314a;
  --vipico-blue: #1769aa;
  --vipico-cyan: #087e8b;
  --vipico-ink: #17212b;
  --vipico-muted: #5b6773;
  --vipico-surface: #f5f7f9;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--vipico-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-underline-offset: 0.16em;
}

:focus-visible {
  outline: 3px solid var(--vipico-cyan);
  outline-offset: 3px;
}

