@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    src: url(assets/Gilroy-Light.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400;
    src: url(assets/Gilroy-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    src: url(assets/Gilroy-Medium.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 700;
    src: url(assets/Gilroy-Bold.ttf) format("truetype")
}


html {
    font-family: Gilroy,Arial,sans-serif;
    font-size: 100%;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4
}

body {
	background-color: #1d1d1b;
    color: #fff
}

.header {
    background-color: #1d1d1b;
    border-bottom: .0625rem solid #dbdbdb4d;
    left: 0;
    padding: 1.5625rem 0;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 90;
}

.container {
    margin-inline:auto;max-width: 90%;
    width: min(100% - 2rem,82.5rem)
}

.title {
	font-size: 28pt;
	font-weight: 700;
	padding-left: 2cm;
}

.subtitle {
	font-size: 10t;
	padding-left: 4.5cm;
}

h1 {
    border-bottom: .0625rem solid #dbdbdb4d;
	font-size: 22pt;

}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 14pt;
}

a {
    outline: 0;
    outline-offset: .25rem;
    transition: color .2s ease-out;
    z-index: 3
}

a,a:hover {
    text-decoration: none
}

a,a:hover,a:is(:focus,:active) {
    color: #00d6b7
}

a:focus-visible:not(:hover) {
    outline: medium solid #00ffda
}

.warning
{
    color: #ff1919;
	font-style: italic;
}

.indent
{
	margin-left: 1em;
}
