/*
Theme Name:   Bistro 't Leven
Theme URI:    https://bistrohetleven.nl
Author:       Junto Media
Author URI:   https://juntomedia.nl
Description:  Custom theme voor Bistro 't Leven — restaurant in Gieten
Version:      1.0.0
License:      Private
Text Domain:  bistro-leven
*/

/* Tokens, typografie en componenten worden apart geënqueued 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;
}
