@charset "UTF-8"; /* VARIABLES -------------------------------------------------------------- */ :root { --heading-font: 'Open Sans', sans-serif; --main-font: 'Open Sans', sans-serif; --minor-font: 'Open Sans', sans-serif; --heading-color: rgba(0,0,50,.9); --main-color: rgba(70,70,90,.9); --minor-color: rgb(190,190,200); --emphasis-color: rgb(27,211,165); } /* DEFAULTS --------------------------------------------------------------- */ html { color: var(--main-color); font-family: var(--main-font); font-size: 16px; font-weight: 400; } /* TYPOGRAPHY ------------------------------------------------------------- */ .max-width { max-width: 200px; } .truncate-text { /* display: inline-block; */ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } /* LINKS & BUTTONS -------------------------------------------------------- */ /* LAYOUT ----------------------------------------------------------------- */ /* COMPONENTS ------------------------------------------------------------- */ /* COSMETIC --------------------------------------------------------------- */ /* UTILITY ---------------------------------------------------------------- */ /* STATE ------------------------------------------------------------------ */