/*
Theme Name: Terrastill
Theme URI: https://terrastill.com
Author: Terrastill Studio
Description: A cinematic crystal wellness eCommerce theme.
Version: 1.0
License: GPL-2.0+
Text Domain: terrastill
*/

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

body {
    background: #050505;
    color: #fff;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

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