/*
Theme Name: AI ICT Solutions - Mee IT
Theme URI: https://meeit.nl
Author: Mee IT
Author URI: https://meeit.nl
Description: Een professioneel WordPress theme voor AI ICT Solutions met moderne design en volledige responsive ondersteuning.
Version: 1.0.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: ai-ict-solutions
Tags: business, ai, technology, responsive, modern
*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #FFFFFF;
  --primary-color:                #ffc107;
  --section-bg-color:             #f9f9f9;
  --dark-color:                   #000000;
  --grey-color:                   #fcfeff;
  --text-secondary-white-color:   rgba(255, 255, 255, 0.98);
  --title-color:                  #565758;
  --p-color:                      #717275;

  --body-font-family:           'Noto Sans JP', sans-serif;

  --h1-font-size:               72px;
  --h2-font-size:               42px;
  --h3-font-size:               36px;
  --h4-font-size:               32px;
  --h5-font-size:               24px;
  --h6-font-size:               22px;
  --p-font-size:                20px;
  --copyright-text-font-size:   14px;
  --custom-link-font-size:      12px;

  --font-weight-light:          300;
  --font-weight-normal:         400;
  --font-weight-bold:           700;
  --font-weight-black:          900;
}

body,
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family);    
    position: relative;
}

/* Main stylesheet wordt geladen via functions.php */

