/* Reset & Normalize for modern browsers */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

html,body{line-height:1.5;-webkit-font-smoothing:antialiased}

ul[role='list'],ol[role='list'],li{list-style:none}

a{text-decoration:none;color:inherit}

img,video,canvas,svg{display:block;}

table{border-collapse:collapse;border-spacing:0}

input,button,textarea,select{font:inherit}

blockquote,q{quotes:none}

blockquote::before,blockquote::after,
q::before,q::after{content:none}

abbr[title]{border-bottom:1px dotted;cursor:help}

:root{scroll-behavior:smooth;line-height:1.5}

h1,h2,h3,h4,h5,h6,p,figure{margin:0}