/*
Theme Name:   Eggink Schilders
Theme URI:    https://schilderseggink.juntodevelopment.nl
Author:       Junto Media
Author URI:   https://juntomedia.nl
Description:  Custom theme voor Eggink Schilders
Version:      1.0.0
License:      Private
Text Domain:  schilderseggink
*/

/* Tokens, typografie en componenten worden apart geenqueued in functions.php. */

/* ----------------------------------------
 * RESET / BASE
 * ---------------------------------------- */

*, *::before, *::after {
  box-sizing: border-box;
  margin:     0;
  padding:    0;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width:  100%;
  height:     auto;
  display:    block;
}

ul, ol {
  list-style: none;
}

button {
  cursor: pointer;
}
