@font-face {
    font-family: Barlow;
    src: url("/jakarta.faces.resource/assets/fonts/Barlow-Regular.ttf.xhtml") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Barlow;
    src: url("/jakarta.faces.resource/assets/fonts/Barlow-Medium.ttf.xhtml") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: Barlow;
    src: url("/jakarta.faces.resource/assets/fonts/Barlow-SemiBold.ttf.xhtml") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: Barlow;
    src: url("/jakarta.faces.resource/assets/fonts/Barlow-Bold.ttf.xhtml") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Barlow;
    src: url("/jakarta.faces.resource/assets/fonts/Barlow-ExtraBold.ttf.xhtml") format("truetype");
    font-weight: 800;
}

@font-face {
    font-family: Barlow;
    src: url("/jakarta.faces.resource/assets/fonts/Barlow-Black.ttf.xhtml") format("truetype");
    font-weight: 900;
}

@font-face {
    font-family: "Barlow Condensed";
    src: url("/jakarta.faces.resource/assets/fonts/BarlowCondensed-Regular.ttf.xhtml") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Barlow Condensed";
    src: url("/jakarta.faces.resource/assets/fonts/BarlowCondensed-Medium.ttf.xhtml") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Barlow Condensed";
    src: url("/jakarta.faces.resource/assets/fonts/BarlowCondensed-SemiBold.ttf.xhtml") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "Barlow Condensed";
    src: url("/jakarta.faces.resource/assets/fonts/BarlowCondensed-Bold.ttf.xhtml") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "Barlow Condensed";
    src: url("/jakarta.faces.resource/assets/fonts/BarlowCondensed-ExtraBold.ttf.xhtml") format("truetype");
    font-weight: 800;
}

@font-face {
    font-family: "Barlow Condensed";
    src: url("/jakarta.faces.resource/assets/fonts/BarlowCondensed-Black.ttf.xhtml") format("truetype");
    font-weight: 900;
}