@font-face {
font-family: 'fontsocialmedia';
src: url('/fnt/fontsocialmedia.eot');
src: url('/fnt/fontsocialmedia.eot?#iefix') format('embedded-opentype'),
    url('/fnt/fontsocialmedia.woff2') format('woff2'),
    url('/fnt/fontsocialmedia.woff') format('woff'),
    url('/fnt/fontsocialmedia.ttf') format('truetype'),
    url('/fnt/fontsocialmedia.svg#fontsocialmedia') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
  font-family: 'lightcase';
  src: url("/fnt/lightcase.eot?55356177");
  src: url("/fnt/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("/fnt/lightcase.woff?55356177") format("woff"), url("/fnt/lightcase.ttf?55356177") format("truetype"), url("/fnt/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}


/* standard reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; }

hr {
display: block;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: auto;
margin-inline-end: auto;
border:none;
border-top-style: none;
border-top-width: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

a {cursor:pointer; text-decoration: none; }
html { text-align: left; }

div,
.boxFix,
*:after,
*:before,
input[type=text],
textarea,
input[type=checkbox],
input[type=radio],
button,
blockquote,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {  
  box-sizing: border-box; 
  }
img { display:block; margin:0; padding: 0; border: none; }
.relative { position: relative; }
.fixed { position: fixed; }
.clear:after { content: ""; display: table; clear: both; }

/* .div {
  transition: all 0.4s ease;
} */

ul,ol,li,p,h1,h2,h3,h4,h5,h6,a, div {
  font-family: 'Inter', sans-serif;
}