@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/* RESET SEMPLICE */
* { box-sizing: border-box; }

html, body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
