/*
Theme Name: Coding Agency
Theme URI: https://codingagency.co.uk
Author: Coding Agency
Author URI: https://codingagency.co.uk
Description: Custom theme for Coding Agency.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Text Domain: codingagency
WooCommerce: true
*/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #222;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: 1200px;
    max-width: 95%;
    margin: auto;
}
