
@layer reset {
    .torque-wrapper * {
        box-sizing: border-box;
        vertical-align: baseline;
        list-style: none;
        font-family: var(--font-family-01);
    }

    .torque-wrapper a, .torque-wrapper a:link, .torque-wrapper a:visited, .torque-wrapper a:active, .torque-wrapper a:hover {
        text-decoration: none;
        color: inherit;
        width: inherit;
    }

    .torque-wrapper ul {
        padding: 0;
    }

    .torque-wrapper figure {
        margin: 0;
    }

    .torque-wrapper hr {
        height: 1px;
    }

    .torque-wrapper button {
        border: none;
        background-color: transparent !important;
        color: inherit;
        padding: 0;
        box-shadow: none !important;
    }
}