@charset "UTF-8";
/* CSS Document */
/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');

/* ===================================
    Typography
====================================== */

/* font family */
.alt-font {font-family: 'Hanken Grotesk', sans-serif;}
.main-font {font-family: 'Roboto', sans-serif;}


/* ===================================
    Body
====================================== */

body{ font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased;  font-smoothing: antialiased; font-size:16px; color:#232323; font-weight: 400;line-height: 24px;}