header {
    padding: 1.5rem;
}
header img {
    width: 20%;
}
main {
    padding: 1.5rem 1.5rem 4rem;
}
@font-face {
    font-family: 'SUITE-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Bold.woff2') format('woff2');
    font-weight: 900;
    font-style: bold;
}
@font-face {
    font-family: 'SUITE-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face { 
    font-family: "SUITE-Heavy";
    src: url("../fonts/SUITE-Heavy.ttf") format("truetype");
    font-weight: bold;
  } 

#wrap  *{
    font-family: 'SUITE-Regular';
}