@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "poppins", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
    scroll-behavior: smooth;
}

ul {
    list-style: none;
}



a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

button {
    border: none;
}

:root {
    --max: 1400px;
    --colour1: #754E1A;
    --colour2: #CBA35C;
    --colour3: #F8E1B7;
    --colour4: #B6CBBD;
    --colour5: #ffffff;
    --colour6: #525B44;
    --colour7: #1A3636;
    --MAIN-COLOUR: rgb(11, 36, 11);
}

body {
    background-color: rgb(243, 243, 243);
}

.list-lg {
    color: #000;
    opacity: 0.9;
}

.nav-lg {
    background-color: #fff;
}