/* @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap'); */

body {
    /* font-family: "Inter Tight", sans-serif; */
    font-family: "gothambook", sans-serif;   
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* .inter-tight-400 {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
} */

.alert { padding: 0.7rem !important; }
.req-field { color: red; font-weight: bold; }
.promo-alert { color: red; font-weight: bold; }