/*
Theme Name: Meetcertificaten
Theme URI: https://solomax.nl
Author: Solomax
Author URI: https://solomax.nl
Description: 
Version: 1.0
Text Domain: solomax

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Preconnect to Google Fonts for faster load */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@500;700&display=swap');

/* CSS Reset (optional but recommended) */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body font: Inter for clean UI/UX */
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #111;
  background-color: #fff;
}

/* Headlines: Space Grotesk for stylish branding */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.25;
}

/* Emphasis or callouts */
strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}



@media (min-width:320px)  {
    /* smartphones, iPhone, portrait 480x320 phones */
    }
@media (min-width:481px)  {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    }
@media (min-width:641px)  {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    }
@media (min-width:961px)  {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    }
@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */
    }
@media (min-width:1281px) {
    /* hi-res laptops and desktops */
    }
