/*
Theme Name: Remote Hive Tools
Theme URI: https://tools.remotehive.agency
Author: Remote Hive
Author URI: https://remotehive.agency
Description: Custom theme for Remote Hive Tools marketplace
Version: 1.0.0
Text Domain: remotehive-tools
*/

/* === Global Reset & Base === */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #fafafa;
    color: #171717;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}

ul, ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}