@font-face {
    font-family: 'inter_r';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'), 
    url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'inter_b';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'), 
    url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'inter_semi';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), 
    url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'avo_r';
    src: url('../fonts/SVN-Avo.woff2') format('woff2'), 
    url('../fonts/SVN-Avo.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}@font-face {
    font-family: 'avo_b';
    src: url('../fonts/SVN-Avobold.woff2') format('woff2'), 
    url('../fonts/SVN-Avobold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
