/*
Theme Name: gerbrich
Description: Základný WooCommerce kompatibilný template
Version: 1.0.0
Author: Your Name
*/

/* Reset & Base Styles */




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'articulat-cf', sans-serif;
}

.font-chambers {
    font-family: 'ff-chambers-sans-web', sans-serif;
}

.font-articulat {
    font-family: 'articulat-cf', sans-serif;
}

body {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    
}

