:root{--background:#e3e3e3;--foreground:#171717;--primary:#b9875f;--secondary:#103A2C;--secondary-50:#103a2c9e}html{padding:0!important;margin:0!important}body{background:var(--background);color:var(--foreground);font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}header{background-color:var(--secondary)}main{margin-top:111.9px}button{background-color:var(--secondary);color:#FFFFFF;font-weight:700;padding:10px 20px;border-radius:8px;transition:background .3s ease-in-out}button:hover{background-color:#085c42}.navbar-toggler{background-color:transparent!important;border:none!important;outline:none!important}.navbar-toggler-icon{filter:invert(1);width:30px;height:30px}a{color:var(--primary)!important;font-weight:700;transition:color .3s;font-size:5rem}a:hover{color:#FFF!important}.socials{width:40px!important}footer{background-color:var(--secondary)}