@import '../Core/_platformCommon.scss';
/**
 * General application styles used to override the user-agent styles.
 * These styles are applied at a high level to help ensure consistency throughout the application.
 */

a {
    color: inherit;
}

input,
select,
textarea,
button {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    display: flex;
    font-family: $fontFamily;
    font-size: 0.875rem;
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: $fontWeightSemiBold;
}