/* Custom fonts */
@font-face {
    font-family: 'Candara';
    src: url('../font/Candara-Bold.woff2') format('woff2'),
         url('../font/Candara-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Candara';
    src: url('../font/Candara.woff2') format('woff2'),
         url('../font/Candara.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sakkal Majalla';
    src: url('../font/SakkalMajalla.woff2') format('woff2'),
         url('../font/SakkalMajalla.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sakkal Majalla';
    src: url('../font/SakkalMajalla-Bold.woff2') format('woff2'),
         url('../font/SakkalMajalla-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Font styles */
.navbar-brand,
.display-1,
.display-2,
.display-3,
.display-4,
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Candara', sans-serif;
    letter-spacing: -0.04em;
    font-weight: 700;
}

body {
    font-family: 'Candara', sans-serif;
    letter-spacing: normal;
    font-weight: 300;
}

.bold {
    font-family: 'Candara', sans-serif;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 700;
}

.nav_text {
    font-family: 'Candara', sans-serif;
    letter-spacing: normal;
    font-size: 17px;
    font-weight: 500;
}
