:root {
    --primary-color: #D6A03D;
    --secondary-color: #edbc1c;
    --background-color: #ffffff;
    --header-color: #000000;
    --surface-color: #f5f5f5;
    --footer-color: #5e5e5e;
    --header-font: "Nunito", sans-serif;
    --body-font: "Instrument Sans", sans-serif;

    --text-color: #D6A03D;
    --text-dark: #000000;
}

html,body,header{
    margin: 0;
    padding: 0;
}