﻿@import "shared.css";


html {
    xbackground: url(image/background.svg) 0 0/cover !important;
}

body {
    border: 0px none !important;
}

strong{
    font-weight: bold;
}

.meta.content.with-background {
    background-position: center !important;
}

.meta.content .banner {
    height: 100%;
    object-fit: cover;
}

a:: before {
    content: "➤";
    padding-right: 5px;
    color: #7d868e;
}


header a::before, footer a::before {
    content: "";
    padding-right: 0px;
}


footer {
    background-color: var(--footer-background-color);
    color: var(--footer-color);
}

