/*
Theme Name: 24K Solutions
Theme URI: https://24ksolutions.co.uk
Author: 24K Solutions
Author URI: https://24ksolutions.co.uk
Description: Custom theme for 24K Solutions - Business Consultancy
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 24ksolutions
*/

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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

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

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