﻿@import url("schellenberg.website.ui.fonts.css");
@import url("schellenberg.website.ui.fontstyles.css");
@import url("schellenberg.website.ui.styles.css");

/* put global css here */

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start:0;
}

a {
    text-decoration: none;
    color: inherit;
}

:visited{
    color:none;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

html {
    font-family: "Barlow-400", Arial, sans-serif;
    font-size: 10px;
    scrollbar-width: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 1rem;
    display: inline;
}

ul {
    width: 100%;
}

ul, li {
    list-style: none;
    list-style-type: none;
}

/** wcag **/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

