/*!
Theme Name: Motive Agency Theme
Theme URI: https://motiveagency.co.uk
Author: Motive Agency
Author URI: https://motiveagency.co.uk
Description: At Motive, we're more than just a marketing agency; we are a team driven by core values that directly enhance our client relationships and project outcomes. Our foundational values of Respect, Collaboration, Drive, and of course Fun are integral to delivering exceptional results. Founded in 2019 with just a team of two, Motive has evolved to encompass four key departments. Design, Social, Digital and Video.
Version: 2.0.0
Requires PHP: 7.4+
Text Domain: motiveagency
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
    --white: #fff;
    --black: #000;
}

html {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.wrap {
    max-width: 1440px;
    margin: auto;
    width: 90vw;
}