/* Custom fonts from simplebridgesolutions.com */

@font-face {
    font-family: 'Michroma';
    src: url('../fonts/Michroma-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Apply fonts to the body and headings */
body {
    font-family: 'Ubuntu', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Michroma', 'Ubuntu', sans-serif !important;
}

/* Specific elements that should use Michroma */
.navbar-brand,
.card-title,
.btn,
.form-label {
    font-family: 'Michroma', 'Ubuntu', sans-serif !important;
}
