/**
 * Non-biased style for web navigator. Begin raw.
 * Bilal Boudjemline (lalBi94 on Github).
 */

*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    block-size: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    tab-size: 4;
    scroll-behavior: smooth;
    hanging-punctuation: first last;
}
body {
    min-block-size: 100%;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.1;
    text-wrap: balance;
}
p,
li,
figcaption,
blockquote {
    text-wrap: pretty;
    overflow-wrap: break-word;
}
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}
img,
picture,
video,
canvas,
svg,
iframe,
embed,
object {
    display: block;
    max-inline-size: 100%;
    block-size: auto;
}
svg {
    fill: none;
    overflow: hidden;
}
button,
input:not([type="checkbox"]):not([type="radio"]),
select,
textarea,
optgroup {
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
}
button,
[role="button"] {
    cursor: pointer;
}
button:disabled,
input:disabled {
    cursor: not-allowed;
    pointer-events: none;
}
textarea {
    resize: vertical;
    overflow: auto;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    caption-side: bottom;
}
th {
    text-align: inherit;
    font-weight: 700;
}
blockquote,
q {
    quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none;
}
:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
:focus:not(:focus-visible) {
    outline: none;
}
::selection {
    background-color: hsl(210 100% 56% / 0.2);
    color: inherit;
}
[hidden] {
    display: none !important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
hr {
    border: none;
    border-block-start: 1px solid currentColor;
    opacity: 0.2;
}
abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
}
code,
kbd,
samp,
pre {
    font-family: monospace, monospace;
    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;
}
dialog {
    max-inline-size: 100%;
    max-block-size: 100%;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
p {
    font-size: 1rem;
}
