* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Oswald", sans-serif;
}

html {
    scroll-behavior: smooth;
}

[aria-modal="false"] {
    display: none;
}

[aria-modal="true"] {
    display: block;
}

h1, h2, h3, h4, h5 {
    font-family: "Oswald", sans-serif;
    line-height: 4.2rem;
}

.product {
    height: 36rem;
    margin-top: 4rem;
    margin-right: auto;
}

.text-primary {
    color: #0271FF;
}

.bg-primary {
    background: #0271FF;
}

.bg-secondary {
    background: #A5DCFE;
}

.bg-linear-primary {
    background: #0271FF;
    transition: all 0.3s ease;
}

.bg-linear-primary:hover {
    background: #2c8aff;
}

.product-title {
    line-height: 1.8rem !important;
}
