/*
Theme Name:   La Belle Beaute
Theme URI:    https://labellebeaute.nl
Author:       Junto Media
Author URI:   https://juntomedia.nl
Description:  Custom theme voor La Belle Beaute
Version:      1.0.0
License:      Private
Text Domain:  labelle
*/

/* 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;
  -webkit-text-size-adjust:  100%;
}

body {
  overflow-x: hidden;
}

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

ul, ol {
  list-style: none;
}

a {
  color:           inherit;
  text-decoration: none;
}

button {
  font-family:  inherit;
  border:       none;
  background:   none;
  color:        inherit;
  cursor:       pointer;
}
