/* ============================================================= */
/* FOUNDATION: RESET                                             */
/* Minimal, safe reset for the portal.                           */
/* ============================================================= */

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

/* Media defaults */
img, svg, video, canvas {
    display: block;
    max-width: 100%;
}

/* Form controls inherit typography */
button, input, select, textarea {
    font: inherit;
    color: inherit;
}

button {
    background: transparent;
}

/* Links */
a {
    color: inherit;
}
