/* Noto Sans */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/public/assets/common/fonts/noto-sans-latin-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/public/assets/common/fonts/noto-sans-latin-700-normal.woff2') format('woff2');
}

/* Chivo */
@font-face {
    font-family: 'Chivo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/public/assets/common/fonts/chivo-latin-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Chivo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/public/assets/common/fonts/chivo-latin-700-normal.woff2') format('woff2');
}

/* UIcons (for icons) */
@font-face {
    font-family: 'UIcons';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/public/assets/common/fonts/uicons-regular-rounded.woff2') format('woff2');
}