@import url('/css/fonts.css');
@import url('/css/size.css');
@import url('/css/text.css');
@import url('/css/border.css');
@import url('/css/shadow.css');
@import url('/css/misc.css');
@import url('/css/color.css');

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

html {
  font-family: 'Poppins';
  line-height: 1.5;
  tab-size: 4;
}

body {
  font-family: inherit;
  line-height: inherit;
  margin: 0;
}

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

hr {
  color: inherit;
  height: 0;
  border-top-width: 1px;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: 'RobotoMono';
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button {
  background-color: transparent;
  background-image: none;
}

button,
[role='button'] {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

input::placeholder,
input::-moz-placeholder,
textarea::placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

fieldset {
  margin: 0;
  padding: 0;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

img {
  border-style: solid;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

[hidden] {
  display: none;
}

.font-mono {
  font-family: 'RobotoMono';
}

.pattern-white {
  background-image: url('/assets/pattern-white.svg');
  background-position: center;
}

.pattern-dark {
  background-image: url('/assets/pattern-dark.svg');
  background-position: center;
}
