/*
Theme Name: Habitat Norway
Theme URI: https://example.com
Author: Anders Nodeland Indregard
Author URI: https://example.com
Description: A modern WordPress theme with structured CPTs and limited block usage
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: habitat-norway
Domain Path: /languages

Requires: 5.0
Requires PHP: 7.4
Version: 1.0.0
*/

/**
 * Habitat Norway Theme Stylesheet
 * 
 * This file imports all compiled CSS from the SCSS build process.
 * To modify styles, edit files in assets/scss/ and compile with npm.
 * 
 * Compilation:
 * npm install         - Install dependencies
 * npm run sass        - Compile SCSS once
 * npm run sass:watch  - Watch for changes (development)
 * npm run sass:prod   - Compile minified for production
 */

@import url("assets/css/main.css");
