/* Global element defaults, transcribed from the theme. Note the site-wide
   text-decoration reset: nothing is ever underlined on linagora.com. */
*,*::before,*::after{box-sizing:border-box}
*{text-decoration:none!important;outline:none!important}
body{margin:0;color:var(--lin-ink);font:var(--type-body);background:var(--lin-white);-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6,p{color:var(--lin-ink)}
h1,h2,h3,h4,h5,h6{font-weight:var(--fw-regular);line-height:var(--lh-normal)}
p{margin-top:0;margin-bottom:1rem}
a{color:var(--lin-red);transition:var(--transition)}
a:hover{color:var(--lin-red-hover)}
img{max-width:100%}
