/*  DEFAULTS: LINKS
//////////////////////////////////////////////////////////////////////////////*/

@layer defaults {
    a {
        text-decoration-thickness: 1px;
        text-underline-offset: 0.1em;
        color: var(--color-text);
    }

    a:link {
        color: var(--color-text);
    }
    a:visited {
        color: var(--color-text);
    }
    a:hover {
    }
    a:active {
    }
}
