/* Br Candor Font Family */

/* Regular */
@font-face {
    font-family: 'Br Candor';
    src: url('./fonts/br-candor/BRCandor-Regular-BF65519844306f6.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* Regular Italic */
@font-face {
    font-family: 'Br Candor';
    src: url('./fonts/br-candor/BRCandor-RegularItalic-BF6551984425e5f.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'Br Candor';
    src: url('./fonts/br-candor/BRCandor-Bold-BF6551984434a53.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Bold Italic */
@font-face {
    font-family: 'Br Candor';
    src: url('./fonts/br-candor/BRCandor-BoldItalic-BF65519844306fa.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

/* ExtraLight */
@font-face {
    font-family: 'Br Candor';
    src: url('./fonts/br-candor/BRCandor-ExtraLight-BF6551984402a12.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

/* ExtraLight Italic */
@font-face {
    font-family: 'Br Candor';
    src: url('./fonts/br-candor/BRCandor-ExtraLightItalic-BF6551984423a26.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: 'Br Candor';
    src: url('./fonts/br-candor/BRCandor-Light-BF6551984540128.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* Light Italic */
@font-face {
    font-family: 'Br Candor';
    src: url('./fonts/br-candor/BRCandor-LightItalic-BF6551984403a7c.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'Br Candor';
    src: url('./fonts/br-candor/BRCandor-Medium-BF655198440bb69.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Medium Italic */
@font-face {
    font-family: 'Br Candor';
    src: url('./fonts/br-candor/BRCandor-MediumItalic-BF65519844162a5.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* SemiBold */
@font-face {
    font-family: 'Br Candor';
    src: url('./fonts/br-candor/BRCandor-SemiBold-BF655198444222b.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

/* SemiBold Italic */
@font-face {
    font-family: 'Br Candor';
    src: url('./fonts/br-candor/BRCandor-SemiBoldItalic-BF65519845dc383.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

/* Thin */
@font-face {
    font-family: 'Br Candor';
    src: url('./fonts/br-candor/BRCandor-Thin-BF65519844332d9.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

/* Thin Italic */
@font-face {
    font-family: 'Br Candor';
    src: url('./fonts/br-candor/BRCandor-ThinItalic-BF6551984411c9e.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

/* Black */
@font-face {
    font-family: 'Br Candor';
    src: url('/fonts/BRCandor-Black-BF655198441e922.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/* Black Italic */
@font-face {
    font-family: 'Br Candor';
    src: url('/fonts/BRCandor-BlackItalic-BF655198454b95c.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

/* Apply the font family to body */
body {
    font-family: 'Br Candor', sans-serif;
}