<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 2023 Marcelo Mendoza */

@font-face {
    font-family: "Roboto Condensed";
    src: url('../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf');
}

@font-face {
    font-family: "Roboto Condensed";
    src: url('../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf');
    font-style: italic;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url('../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url('../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Roboto Condensed Light";
    src: url('../fonts/RobotoCondensed/RobotoCondensed-Light.ttf');
}

@font-face {
    font-family: "Roboto Condensed Light";
    src: url('../fonts/RobotoCondensed/RobotoCondensed-LightItalic.ttf');
    font-style: italic;
}

@font-face {
    font-family: "Open Sans";
    src: url('../fonts/OpenSans/OpenSans.ttf');
}

@font-face {
    font-family: "Open Sans";
    src: url('../fonts/OpenSans/OpenSans-Italic.ttf');
    font-style: italic;
}

@font-face {
    font-family: "Michroma";
    src: url('../fonts/Michroma/Michroma-Regular.ttf');
}

@font-face {
    font-family: "Roboto Black";
    src: url('../fonts/Roboto/Roboto-Black.ttf');
}
@font-face {
    font-family: "Roboto Black";
    src: url('../fonts/Roboto/Roboto-BlackItalic.ttf');
    font-style: italic;
}

@font-face {
    font-family: "Roboto Bold";
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
}
@font-face {
    font-family: "Roboto Bold";
    src: url('../fonts/Roboto/Roboto-BoldItalic.ttf');
    font-style: italic;
}

@font-face {
    font-family: "Roboto Medium";
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
}
@font-face {
    font-family: "Roboto Medium";
    src: url('../fonts/Roboto/Roboto-MediumItalic.ttf');
    font-style: italic;
}

@font-face {
    font-family: "Roboto Regular";
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: "Roboto Light";
    src: url('../fonts/Roboto/Roboto-Light.ttf');
}
@font-face {
    font-family: "Roboto Light";
    src: url('../fonts/Roboto/Roboto-LightItalic.ttf');
    font-style: italic;
}

@font-face {
    font-family: "Roboto Thin";
    src: url('../fonts/Roboto/Roboto-Thin.ttf');
}
@font-face {
    font-family: "Roboto Thin";
    src: url('../fonts/Roboto/Roboto-ThinItalic.ttf');
    font-style: italic;
}</pre></body></html>