@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

/* Make all standard buttons pill-shaped */
.btn {
    border-radius: 50px !important;
}

/* Exclude cart and account buttons */
.sb-cart, .sb-user {
    border-radius: 0 !important;
}

h1, h2, h3, .title, .header, .btn {
    font-family: 'montserrat', sans-serif; /* or 'DM Sans' */
    font-weight: 700; /* Bold */
}

p, span, div {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; /* Normal weight */
}

button, 
a.btn, 
.sb-button, 
.sb-main-btn, 
.sb-btn, 
.select, 
#save_button {
    font-family: 'montserrat', sans-serif !important;  /* or 'DM Sans' */
    font-weight: 500 !important;  /* Semi-bold */
    text-transform: uppercase !important;  /* Makes text ALL CAPS */
}

 .company-name {
    font-family: 'montserrat', sans-serif !important;
    font-weight: 700 !important; /* Bold */
    text-transform: uppercase !important;
    font-size: 4rem !important; /* Adjust size as needed */
}