@font-face {
    font-family: 'MontserratLocal';
    src: url('https://tilstaticassets.blob.core.windows.net/tilstaticassets-public/static-assets/6eba9c86-b9fe-4493-82f9-b900a59fc8c3/montserrat-variable.ttf') format('truetype');
    font-weight: 100 900; /* because it's a variable font */
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #2a2a2a;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    color: #8e9295bc;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'MontserratLocal', sans-serif;
    color: #68D2DF;
}
