/* Rubisco Sans */
@font-face {
    font-family: 'Rubisco Sans';
    src: url(./branding/fonts/RubiscoSans-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: 'Rubisco Sans';
    src: url(./branding/fonts/RubiscoSans-SemiBold.ttf);
    font-weight: 600;
}

/* Kilroy */
@font-face {
    font-family: 'Kilroy';
    src: url(./global/fonts/KilroyUI.ttf);
}

/* Icons */
@font-face {
    font-family: 'Academic Icons';
    src: url(./global/fonts/RubiscoAdacemicSearchIcons.ttf);
}
@font-face {
    font-family: 'HomeUI Icons';
    src: url(./global/fonts/HomeUISymbolsOutlined-Regular.ttf);
}

@font-face {
    font-family: 'Rubisco Sans Text';
    src: url(./branding/fonts/RubiscoSansText-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: 'Rubisco Sans Text';
    src: url(./branding/fonts/RubiscoSansText-Bold.ttf);
    font-weight: 700;
}