/*
    Add your custom styles here for the front of the website
*/

/* Global styling */

a {
    color: inherit;
}

.hidden {
    display: none;
}

/* Admin bar styling */

#wpadminbar {
    background: #363636;
}
