/* projects/max/dfup-storeupweb-fe/src/reset.scss */
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* projects/max/dfup-storeupweb-fe/src/styles.scss */
:root {
  --surface-primary: #FFFFFF;
  --surface-secondary: #F9FAFB;
  --surface-background: #ECEFF2;
  --surface-active: #138859;
  --text-primary: #22292F;
  --text-secondary: #425462;
  --icon-active: #138859;
  --text-active: #138859;
  --text-inverse: #fff;
  --radius-xs: 2px;
  --radius-xl: 16px;
  --radius-xl4: 32px;
  --size-0: 0px;
  --size-1: 4px;
  --size-2: 8px;
  --size-4: 16px;
  --size-6: 24px;
  --size-8: 32px;
  --size-12: 48px;
  --size-24: 96px;
  --mobile-width: 599px;
}
html,
body {
  background: var(--surface-background);
  color: var(--text-secondary);
}
a {
  color: inherit;
}
.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: var(--text-primary);
  font-weight: 400;
}
.inter.w700 {
  font-weight: 700;
}
.inter.w500 {
  font-weight: 500;
}
.inter.w400 {
  font-weight: 400;
}
.inter.h1 {
  font-size: 32px;
  line-height: 40px;
}
.inter.h2 {
  font-size: 24px;
  line-height: 32px;
}
.inter.h3 {
  font-size: 20px;
  line-height: 28px;
}
.inter.h4 {
  font-size: 16px;
  line-height: 24px;
}
.inter.large {
  font-size: 16px;
  line-height: 24px;
}
.inter.medium {
  font-size: 14px;
  line-height: 20px;
}
.inter.small {
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 849px) {
  .doc {
    padding: var(--size-12) var(--size-6) !important;
  }
}
.doc {
  margin: auto;
  flex-grow: 1;
  background-color: var(--surface-primary);
  border-radius: var(--radius-xl4);
  padding: var(--size-24);
  display: flex;
  flex-direction: column;
  gap: var(--size-12);
}
.doc section {
  display: flex;
  flex-direction: column;
  gap: var(--size-8);
}
.doc section .sub-section {
  display: flex;
  flex-direction: column;
  gap: var(--size-4);
}
.doc .italic {
  font-style: italic;
}
.doc .right {
  text-align: right;
}
.doc .ordered-list {
  list-style-type: decimal;
  margin-left: 22px;
}
.doc .ordered-list li + li {
  margin-top: 24px;
}
.doc .list {
  list-style-type: disc;
  margin-left: 22px;
}
.doc .list li + li {
  margin-top: 8px;
}
.doc .list li::marker {
  padding: 0;
  color: var(--icon-active);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
