/*
Theme Name: KMN-CLIENT
Theme URI: 
Author: Kjetil Moen Nettservice AS
Author URI: https://kjettamoen.no/
Description: W PROJECT: CLIENT 
Tags: 
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kmn-client

*/

* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
}

