/* (c) 2025 Omar Ibrahim, CCL
   with code repurposed and https://necolas.github.io/normalize.css/8.0.1/normalize.css
   licensed under the MIT License. */

/*
 * NetLogo User Manual CSS
 * This file contains the CSS styles for the NetLogo User Manual.
 * It is designed to provide a consistent look and feel across the documentation.
 **/

/*
 * 1. Inter is a variable font with optical sizing.
 *    It is used for body text and headings.
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('styles/root.css'); /* Root variables for colors, spacing, etc. */
@import url('styles/normalize.css'); /* Normalize CSS for consistent styling across browsers */
@import url('styles/theme.css'); /* Typography, highlights, tables, and other theme styles */
@import url('styles/nav.css'); /* Navbar styles for the documentation */
@import url('styles/autolayout.css'); /* Auto layout styles for the documentation */
@import url('styles/etc.css'); /* Artifacts and other modifiers */

@import url('styles/lib/highlight-nl.css'); /* Syntax highlighting for NetLogo code */