/*───────────────────────────────────────────────────────────*/
/*─                         lib
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    RESET
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
img,
picture,
svg,
video {
  display: block;
}
img,
svg,
video {
  width: 100%;
  height: auto;
}
button,
input,
select {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  background: 0 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
}
/*───────────────────────────────────────────────────────────*/
/*─                         root
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    ROOT
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*───────────────────────────────────────────────────────────*/
/*─                          fonts
/*───────────────────────────────────────────────────────────*/
:root {
  --font__family: "Helvetica Neue", Helvetica, sans-serif;
  --font__size_small: 12px;
  --font__size_normal: 16px;
  --font__size_medium: 20px;
  --font__size_large: 42px;

  /*───────────────────────────────────────────────────────────*/
  /*─                         colors
/*───────────────────────────────────────────────────────────*/

  --color__text: #2a2a2a;
  --color__background: #f2f2f2;
  --color__secondary: #e8e8e8;

  /*───────────────────────────────────────────────────────────*/
  /*─                        variables
/*───────────────────────────────────────────────────────────*/

  --padding__small: 10px;
  --padding__medium: 20px;
  --padding__large: 50px;
}
/*───────────────────────────────────────────────────────────*/
/*─                       color-scheme
/*───────────────────────────────────────────────────────────*/
html[data-theme="light"] {
  --color__text: #1a1a1a;
  --color__background: #f2f2f2;
}
html[data-theme="dark"] {
  --color__text: #f2f2f2;
  --color__background: #1a1a1a;
}
/*
* MEDIA QUERY – MAX-WIDTH: 780 PX
*/
/*
* MEDIA QUERY – MIN-WIDTH: 781 PX
*/
/*
* MEDIA QUERY – MIN-WIDTH: 1200 PX
*/
/*───────────────────────────────────────────────────────────*/
/*─                         fonts
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                                    FONTS
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.25;
}
strong {
  font-weight: bold;
}
italic {
  font-style: italic;
}
/*───────────────────────────────────────────────────────────*/
/*─                          issue
/*───────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─
/*─                                                                         ENABLE JAVASCRIPT
/*─
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
/*─────────────────────────────────────────────────────────────────────────────────────────────────*/
.iss-w {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.iss-w {
    z-index: 9999;
    text-align: center;
    background: #fff;
    color: #000;
    font-family: Arial
}
.iss,
.iss-w {
    position: absolute
}
.iss {
    top: 50%;
    left: 0;
    width: 100%
}
@media screen and (max-width: 780px) {
  :root {
    --font__size_small: 10px;
    --font__size_normal: 14px;
    --font__size_medium: 24px;
    --font__size_large: 32px;

    /*───────────────────────────────────────────────────────────*/
    /*─                        variables
      /*───────────────────────────────────────────────────────────*/

    --padding__small: 10px;
    --padding__medium: 20px;
    --padding__large: 50px;
  }
}
@media only screen and (min-width: 781px) {
  :root {
    --font__size_small: 12px;
    --font__size_normal: 16px;
    --font__size_medium: 20px;
    --font__size_large: 42px;

    /*───────────────────────────────────────────────────────────*/
    /*─                        variables
      /*───────────────────────────────────────────────────────────*/

    --padding__small: 10px;
    --padding__medium: 20px;
    --padding__large: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  :root {
    --font__size_small: 14px;
    --font__size_normal: 18px;
    --font__size_medium: 24px;
    --font__size_large: 54px;

    /*───────────────────────────────────────────────────────────*/
    /*─                        variables
      /*───────────────────────────────────────────────────────────*/

    --padding__small: 15px;
    --padding__medium: 25px;
    --padding__large: 65px;
  }
  body {
    font-size: 18px;
  }
}
