/*
Theme Name:  Sutherland Landscaping
Theme URI:   https://sutherlandlandscaping.org
Author:      Clearbridge Managed Services
Description: One-page landing page for Sutherland Landscaping — Fraser Valley BC
Version:     1.0.0
License:     Private
Text Domain: sutherland-landscaping
*/

/* Base reset — all design styles live in assets/css/main.css */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #384544;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

ul, ol {
  list-style: none;
}

address {
  font-style: normal;
}
