@font-face {
    font-family: "AlegreyaSans";
    src: url("AlegreyaSans-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "AlegreyaSans";
    src: url("AlegreyaSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "AlegreyaSans";
    src: url("AlegreyaSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #999;
    font-family: "AlegreyaSans";
}

h2 {
    text-align: center;
    font-weight: 500;
}

h4 {
    font-size: 0.75em;
    font-weight: 100;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.container {
    max-width: 730px;
    margin: auto;
    padding: 5px;
}

.license-box {
    border-radius: 10px;
    background-color: #ccc;
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-weight: 300;
}

.host-link {
    text-decoration: none;
    text-shadow: 0px 0px 3px black;
}

.curse-forge {
    color: #ff784d;
}

.modrinth {
    color: #1bd96a;
}
