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

@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: "Hanken Grotesk", sans-serif;}


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

body{ font-family: "Hanken Grotesk", sans-serif;   font-size:18px; color:#333333; font-weight: 300;line-height: 24px;}