h1, h2, h3, h4, h5 {
    font-family: 'Noto Sans', sans-serif;
}

.mdc-button--outlined {
    color: #43425d;
}

.mdc-button--outlined:not(:disabled) {
    color: #43425d;
}

#background-circle {
    display: none;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../webfonts/NotoSans.eot');
    src: url('../webfonts/NotoSans.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/NotoSans.woff2') format('woff2'),
    url('../webfonts/NotoSans.woff') format('woff'),
    url('../webfonts/NotoSans.ttf') format('truetype'),
    url('../webfonts/NotoSans.svg#NotoSans') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
