/*
Theme Name: WiltaraTheme
Theme URI: https://wiltara.com.au/
Author: Design Point
Author URI: https://designpoint.com.au/
Description: Custom WordPress theme for Prevenance built with ACF Pro.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: wiltara
*/

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

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
}