/* Rene Bieder Font Family */

@font-face {
    font-family: "Rene Bieder";
    src: url("../fonts/rene-bieder/ReneBieder-Hairline.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rene Bieder";
    src: url("../fonts/rene-bieder/ReneBieder-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rene Bieder";
    src: url("../fonts/rene-bieder/ReneBieder-LightItalic.otf")
        format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Rene Bieder";
    src: url("../fonts/rene-bieder/ReneBieder-Medium.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rene Bieder";
    src: url("../fonts/rene-bieder/ReneBieder-MediumItalic.otf")
        format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Rene Bieder";
    src: url("../fonts/rene-bieder/ReneBieder-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rene Bieder";
    src: url("../fonts/rene-bieder/ReneBieder-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rene Bieder";
    src: url("../fonts/rene-bieder/ReneBieder-BoldItalic.otf")
        format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Rene Bieder";
    src: url("../fonts/rene-bieder/ReneBieder-ExtraBold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rene Bieder";
    src: url("../fonts/rene-bieder/ReneBieder-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Base Font Classes */
.font-rene-bieder {
    font-family: "Rene Bieder", sans-serif;
}

/* Font Weight Classes */
.font-hairline {
    font-weight: 100;
}
.font-light {
    font-weight: 300;
}
.font-normal {
    font-weight: 400;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.font-extrabold {
    font-weight: 800;
}
.font-black {
    font-weight: 900;
}
