
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300&family=Roboto:ital,wght@1,300&display=swap');

body{
    background-color: rgb(31, 29, 29);
    }
h1{ 
    font-family: 'Noto Sans', sans-serif;
}
h2, h3, h4, h6, p {
    font-family: 'Roboto', sans-serif;
    }
