/*
Theme Name: Opito Theme
Theme URI: https://opito.shona.nz
Description: Custom theme for the Opito Bay holiday unit site.
Version: 0.2.0
Requires PHP: 8.3
Author: PrimeSoft NZ
License: GPL-2.0-or-later
Text Domain: opito-theme
*/

/*
 * Base resets only. All site styles live in assets/css/opito-theme.css.
 */

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

body {
    margin: 0;
    padding: 0;
}
