@font-face {
    font-family: "Carlito";
    src: url('/wp-content/themes/rhfs/assets/fonts/Carlito/Carlito-Regular.ttf');
}

@font-face {
    font-family: "Carlito Bold";
    src: url('/wp-content/themes/rhfs/assets/fonts/Carlito/oswald.ttf');
}

@font-face {
    font-family: "Carlito Bold Italic";
    src: url('/wp-content/themes/rhfs/assets/fonts/Carlito/Carlito-BoldItalic.ttf');
}

@font-face {
    font-family: "Carlito Italic";
    src: url('/wp-content/themes/rhfs/assets/fonts/Carlito/Carlito-Italic.ttf');
}

@font-face {
    font-family: "Oswald";
    src: url('/wp-content/themes/rhfs/assets/fonts/Oswald/Oswald-Regular.ttf');
}

@font-face {
    font-family: "Mohave";
    src: url('/wp-content/themes/rhfs/assets/fonts/Mohave/Mohave-Regular.ttf');
}

@font-face {
    font-family: "Unitext";
    src: url("/wp-content/themes/rhfs/assets/fonts/Unitext/OnlineWebFonts_COM_7546092ce36469639601cd90a08ed865/UnitextRegular/UnitextRegular.ttf");
}

@font-face {
    font-family: "Robotto Condensed";
    src: url("/wp-content/themes/rhfs/assets/fonts/Roboto_Condensed/RobotoCondensed-VariableFont_wght.ttf");
}

@font-face {
    font-family: 'RobotoCondensed-Black';
    src: url('/wp-content/themes/rhfs/assets/fonts/Roboto_Condensed/static/RobotoCondensed-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('/wp-content/themes/rhfs/assets/fonts/Roboto_Condensed/static/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed-ExtraBold';
    src: url('/wp-content/themes/rhfs/assets/fonts/Roboto_Condensed/static/RobotoCondensed-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed-ExtraLight';
    src: url('/wp-content/themes/rhfs/assets/fonts/Roboto_Condensed/static/RobotoCondensed-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('/wp-content/themes/rhfs/assets/fonts/Roboto_Condensed/static/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed-Medium';
    src: url('/wp-content/themes/rhfs/assets/fonts/Roboto_Condensed/static/RobotoCondensed-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('/wp-content/themes/rhfs/assets/fonts/Roboto_Condensed/static/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed-SemiBold';
    src: url('/wp-content/themes/rhfs/assets/fonts/Roboto_Condensed/static/RobotoCondensed-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed-Thin';
    src: url('/wp-content/themes/rhfs/assets/fonts/Roboto_Condensed/static/RobotoCondensed-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensed-Italic';
    src: url('/wp-content/themes/rhfs/assets/fonts/Roboto_Condensed/static/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}





.mohave {
    font-family: "Mohave";
}

.oswald {
    /*font-family: "Oswald"; */
    font-family: "Robotto Condensed";
}

.unitext {
    font-family: "Unitext";
}

.carlito {
    /*font-family: "Carlito";*/
    font-family: "Robotto Condensed";
}

.robotto {
    font-family: "Robotto Condensed";
}

.carlito-bold {
    /*font-family: "Carlito Bold"; */
    font-family: "Robotto Condensed";
}

.carlito-italic {
    font-family: "Carlito Bold Italic";
}

.carlito-italic {
    font-family: "Carlito Italic";
}

/* Define font classes */
.RobotoCondensed-Black {
    font-family: 'RobotoCondensed-Black', sans-serif;
}

.RobotoCondensed-Bold {
    font-family: 'RobotoCondensed-Bold', sans-serif;
}

.RobotoCondensed-ExtraBold {
    font-family: 'RobotoCondensed-ExtraBold', sans-serif;
}

.RobotoCondensed-ExtraLight {
    font-family: 'RobotoCondensed-ExtraLight', sans-serif;
}

.RobotoCondensed-Light {
    font-family: 'RobotoCondensed-Light', sans-serif;
}

.RobotoCondensed-Medium {
    font-family: 'RobotoCondensed-Medium', sans-serif;
}

.RobotoCondensed-Regular {
    font-family: 'RobotoCondensed-Regular', sans-serif;
}

.RobotoCondensed-SemiBold {
    font-family: 'RobotoCondensed-SemiBold', sans-serif;
}

.RobotoCondensed-Thin {
    font-family: 'RobotoCondensed-Thin', sans-serif;
}

.RobotoCondensed-Italic {
    font-family: 'RobotoCondensed-Italic', sans-serif;
}