:root {
    --white: #ffffff;
    --off-white: #fafafa;
    --black: #1a1a2e;
    --navy: #1a1a2e;
    --gold: #c98516;
    --gold-light: #d4a030;
    --grey: #2d2d44;
    --dark: #1a1a2e;
    --gray: #2d2d44;
    --light-grey: #d9d9d9;
    --light: #eeeeee;
    --border: #e5e5e5;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #1a1a2e;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
}
