body {
    font-family: "Times New Roman", serif;

    text-rendering: optimizeLegibility;
}

p {
    font-size: 16px;
    font-weight: 500;

    color: #262626;

    line-height: 22px;
}

a {
    color: #26262680;
    text-decoration: none;
    transition: all;
    transition-duration: 100ms;
}

a:hover {
    color: oklch(48.8% 0.243 264.376);
    text-decoration: underline;
    transition: all;
    transition-duration: 100ms;
}

::-moz-selection {
    color: white;
    background: oklch(48.8% 0.243 264.376);
}

::selection {
    color: white;
    background: oklch(48.8% 0.243 264.376);
}
