/*
Theme Name: Rosewater Oddities
Theme URI: https://rosewateroddities.co.uk
Author: Mako Digital
Author URI: https://makodigital.co.uk
Description: A bespoke WordPress theme for Rosewater Oddities - Handmade Jewellery.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rosewateroddities
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.7;
    color: #2E5016;
    background: #FDFDF5;
}

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

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

ul, ol {
    list-style: none;
}