2021-12-07 15:33:02 +00:00
|
|
|
* {
|
2022-01-21 18:02:27 +00:00
|
|
|
box-sizing: border-box !important;
|
2021-12-07 15:33:02 +00:00
|
|
|
max-width: 100%;
|
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2022-01-21 18:02:27 +00:00
|
|
|
body, html {
|
2021-12-07 15:33:02 +00:00
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2022-01-21 18:02:27 +00:00
|
|
|
-webkit-font-smoothing: antialiased;
|
2021-12-07 15:33:02 +00:00
|
|
|
background-attachment: fixed;
|
2022-01-21 18:02:27 +00:00
|
|
|
background-color: var(--background-hard);
|
2021-12-07 15:33:02 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2022-01-21 18:02:27 +00:00
|
|
|
font-family: "var(--unit) 'Open Sans'", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
font-weight: normal;
|
2021-12-07 15:33:02 +00:00
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2022-01-21 18:02:27 +00:00
|
|
|
body, input, select, textarea {
|
2021-12-07 15:33:02 +00:00
|
|
|
color: var(--foreground);
|
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2022-01-21 18:02:27 +00:00
|
|
|
:link, :visited {
|
2021-12-07 15:33:02 +00:00
|
|
|
color: currentColor;
|
2022-01-21 18:02:27 +00:00
|
|
|
text-decoration: none;
|
2021-12-07 15:33:02 +00:00
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2021-12-07 15:33:02 +00:00
|
|
|
hr {
|
|
|
|
all: unset;
|
2022-01-21 18:02:27 +00:00
|
|
|
background-color: var(--border) !important;
|
2021-12-07 15:33:02 +00:00
|
|
|
display: block;
|
|
|
|
height: 1px;
|
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2022-01-21 18:02:27 +00:00
|
|
|
menu, ul {
|
2021-12-07 15:33:02 +00:00
|
|
|
list-style: none;
|
2022-01-21 18:02:27 +00:00
|
|
|
margin: unset;
|
|
|
|
padding: unset;
|
2021-12-07 15:33:02 +00:00
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2022-01-21 18:02:27 +00:00
|
|
|
blockquote, body, fieldset, form, html, input, pre, textarea {
|
|
|
|
border: 0;
|
2021-12-07 15:33:02 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2021-12-07 15:33:02 +00:00
|
|
|
fieldset {
|
|
|
|
all: unset;
|
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2022-01-21 18:02:27 +00:00
|
|
|
:link img, :visited img, a img {
|
2021-12-07 15:33:02 +00:00
|
|
|
border: 0;
|
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2021-12-07 15:33:02 +00:00
|
|
|
address {
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2021-12-07 15:33:02 +00:00
|
|
|
:focus {
|
|
|
|
outline: 0;
|
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2021-12-07 15:33:02 +00:00
|
|
|
::-moz-focus-inner {
|
|
|
|
border: 0;
|
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2021-12-07 15:33:02 +00:00
|
|
|
details summary {
|
2022-01-21 18:02:27 +00:00
|
|
|
cursor: pointer !important;
|
2021-12-07 15:33:02 +00:00
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2021-12-07 15:33:02 +00:00
|
|
|
details summary > * {
|
|
|
|
margin: unset;
|
|
|
|
padding: unset;
|
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2021-12-07 15:33:02 +00:00
|
|
|
details > summary {
|
|
|
|
list-style: none;
|
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2021-12-07 15:33:02 +00:00
|
|
|
details > summary::-webkit-details-marker {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2021-12-07 15:33:02 +00:00
|
|
|
[hidden] {
|
|
|
|
display: none;
|
|
|
|
}
|
2021-12-23 21:29:46 +00:00
|
|
|
|
2022-02-07 23:54:29 +00:00
|
|
|
html {font-size: 100%;} /*12px*/
|
2021-12-23 21:29:46 +00:00
|
|
|
|
|
|
|
body {
|
2022-01-21 18:02:27 +00:00
|
|
|
font-family: 'Open Sans', sans-serif;
|
2021-12-07 15:33:02 +00:00
|
|
|
font-weight: 400;
|
2021-12-23 21:29:46 +00:00
|
|
|
line-height: 1.75;
|
2021-12-07 15:33:02 +00:00
|
|
|
}
|
2021-12-23 21:29:46 +00:00
|
|
|
|
2021-12-07 15:33:02 +00:00
|
|
|
p {
|
2021-12-23 21:29:46 +00:00
|
|
|
all: unset;
|
2022-01-21 18:02:27 +00:00
|
|
|
font-family: 'Open Sans', sans-serif;
|
2021-12-23 21:29:46 +00:00
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
2022-01-21 18:02:27 +00:00
|
|
|
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, legend:first-child {
|
2021-12-23 21:29:46 +00:00
|
|
|
margin-top: initial;
|
2021-12-07 15:33:02 +00:00
|
|
|
}
|
2021-12-23 21:29:46 +00:00
|
|
|
|
2022-02-07 23:54:29 +00:00
|
|
|
h1, h2, h3, h4, h5 {
|
|
|
|
margin: 3rem 0 1.38rem;
|
|
|
|
font-family: 'Poppins', sans-serif;
|
|
|
|
font-weight: 900;
|
|
|
|
line-height: 1.3;
|
|
|
|
}
|
|
|
|
|
2021-12-23 21:29:46 +00:00
|
|
|
h1 {
|
2022-01-21 18:02:27 +00:00
|
|
|
margin-top: 0;
|
2022-02-07 23:54:29 +00:00
|
|
|
font-size: 1.383rem;
|
2021-12-23 21:29:46 +00:00
|
|
|
}
|
|
|
|
|
2022-02-07 23:54:29 +00:00
|
|
|
h2 {font-size: 1.296rem;}
|
2021-12-23 21:29:46 +00:00
|
|
|
|
2022-02-07 23:54:29 +00:00
|
|
|
h3 {font-size: 1.215rem;}
|
2021-12-23 21:29:46 +00:00
|
|
|
|
2022-02-07 23:54:29 +00:00
|
|
|
h4 {font-size: 1.138rem;}
|
2021-12-23 21:29:46 +00:00
|
|
|
|
2022-02-07 23:54:29 +00:00
|
|
|
h5 {font-size: 1.067rem;}
|
2021-12-23 21:29:46 +00:00
|
|
|
|
2022-02-07 23:54:29 +00:00
|
|
|
small, .text_small {font-size: 0.937rem;}
|
2021-12-23 21:29:46 +00:00
|
|
|
|
2022-02-07 23:54:29 +00:00
|
|
|
legend {
|
|
|
|
font-size: 1.25rem;
|
2021-12-07 15:33:02 +00:00
|
|
|
}
|
2021-12-23 21:29:46 +00:00
|
|
|
|
2022-01-21 18:02:27 +00:00
|
|
|
input[type=password], input[type=text], textarea {
|
|
|
|
font-family: 'Open Sans', sans-serif;
|
2021-12-07 15:33:02 +00:00
|
|
|
font-weight: 400;
|
2022-02-07 23:54:29 +00:00
|
|
|
padding: 6px 8px;
|
2021-12-07 15:33:02 +00:00
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2021-12-07 15:33:02 +00:00
|
|
|
ul {
|
2022-01-21 18:02:27 +00:00
|
|
|
list-style: none;
|
2021-12-07 15:33:02 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2022-01-21 18:02:27 +00:00
|
|
|
text-decoration: none;
|
2021-12-07 15:33:02 +00:00
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2021-12-07 15:33:02 +00:00
|
|
|
li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2022-01-21 18:02:27 +00:00
|
|
|
a:focus, a:hover {
|
2021-12-07 15:33:02 +00:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2022-01-12 16:42:33 +00:00
|
|
|
|
2022-01-19 23:54:45 +00:00
|
|
|
:focus-visible {
|
2021-12-07 15:33:02 +00:00
|
|
|
box-shadow: var(--shadow-inset-accent);
|
|
|
|
}
|