/**
 * @author Ricardo Soares
 * @link https://www.linkedin.com/in/ricardo-david-soares-28dez
 * @version 1.0
 * Created at 06/06/2024 10:29:57
 */

/**
 * REUSED between layouts
 * variables available in Bootstrap 5+ only
 */
* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
:root {
    --bs-body-font-weight: 600;
}
.btn {
    --bs-btn-font-weight: var(--bs-body-font-weight);
}
h6, .h6,
h5, .h5,
h4, .h4,
h3, .h3,
h2, .h2,
h1, .h1 {
    /* font-weight: 700; */
}

/**
 * Login layout
 */
form#login-form .form-control {
    font-weight: 600;
}