/*
Theme Name: FiberGrid
Theme URI: https://fibergrid.co.za/
Author: FiberGrid Engineering
Author URI: https://fibergrid.co.za/
Description: High-throughput global optical telecommunications & data center infrastructure theme.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: fibergrid
*/

/* Core resets & variables */
:root {
  --fg-primary: #0066FF;
  --fg-navy: #0C2340;
  --fg-cyan: #06B6D4;
}

html {
  scroll-behavior: smooth;
}

body {
  overscroll-behavior: none;
}

::-webkit-scrollbar {
  display: none;
}
