*, *::before, *::after { box-sizing: border-box; }
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #333;
}
.logo-bold { font-weight: 700; font-size: 22px; color: #000; }
.logo-light { font-weight: 300; font-size: 22px; color: #000; }
