/*
Theme Name:   Marion Masseur
Theme URI:    https://masseur.juntodevelopment.nl
Author:       Junto Media
Author URI:   https://juntomedia.nl
Description:  Custom WordPress thema voor schilderes Marion Masseur.
Version:      1.0.0
License:      Private
Text Domain:  marion-masseur
*/

*, *::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;
  font-family: inherit;
}
