@import url(fonts/Silka/Silka-Roman-Webfont/stylesheet.css);

:root {
    background-color: #333;
    --t-body-size: 12px;
}

body {
    padding: 4rem;
    color: #cecece;
    font-size: var(--t-body-size);
    font-family: 'silkaregular';
    text-transform: lowercase;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-size: var(--t-body-size);
}

h1 {
    padding-bottom: 1rem;
}

ul {
    padding: 0;
    padding-top: 1rem;
    list-style-type: circle;
}
