/*
Theme Name: Ajimathew Lab
Theme URI: https://ajimathewlab.su.se
Author: Ajimathew Lab, Stockholm University
Author URI: https://ajimathewlab.su.se
Description: Modern academic research lab theme for Ajimathew Lab – biobased functional materials, nanocellulose, and sustainable materials science at Stockholm University.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ajimathewlab
Tags: research, academic, science, minimalist, responsive, custom-menu, featured-images
*/

/* Base reset — full styles live in assets/css/main.css */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a;
    background: #ffffff;
    line-height: 1.7;
}
