@font-face {
    font-family: "Poppins";
    src: url('/fonts/poppins-devanagari-400-normal.woff') format('woff'),
}

@font-face {
    font-family: "Poppins 600";
    src: url('/fonts/poppins-devanagari-600-normal.woff') format('woff'),
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    background-color: hsla(35, 100%, 96%, 1);
}

.container {
    max-width: 732px;
    margin: 32px auto;
    color: hsla(217, 23%, 27%, 1);
}

header,
footer {
    text-align: center;
}

main {
    margin-bottom: 48px;
}

h1 {
    margin: 16px 0 24px 0;
    color: hsla(230, 63%, 17%, 1);
}

a {
    color: hsla(230, 63%, 17%, 1);
    font-weight: 600;
}