@font-face {
    font-family: 'Ease';
    src: url('fonts/EaseVariableTRIALVF.woff2') format('woff2'), url('fonts/EaseVariableTRIALVF.woff') format('woff');
    font-display: block;
}

body {
    background-color: #ffffff;
    color: #333;
    font-family: 'Ease', sans-serif;
    font-variation-settings: "insd" 50, "ousd" 50;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 10%;
    margin-left: 5%;
    padding: 0;
}

.container {
    max-width: 512px;
    margin: 0 auto;
    padding: 20px;
}

h1, h2 {
    text-align: left;
}

h1 {
    font-size: 1em;
    font-weight: 600;
}

p {
    font-size: 1em;
    font-weight: 400;
    /* opacity: 0.5; */
}

h2 {
    font-size: 1em;
    font-weight: 400;
    opacity: 0.5;
}

ul {
    list-style-type: '☞    ';
}

a {
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease-out;
}

a:hover {
    font-weight: 900;
    color: #333;
    transition: all 0.2s ease-out;
}

li {
    margin: 10px 0;
    font-size: 1em;
    font-weight: 500;
}

.semester {
    margin-top: 10%;
}
