/*
Theme Name: CIM Theme
Author: David Joseph
Template: understrap
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
*/

html {
    scroll-behavior: smooth;
}

body {
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
}

.full-page-container {
    margin: 0 auto;
}