/* Inter - regular */
@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 400;
    font-display: swap;
    src: url("../woff2/inter-regular.woff2") format("woff2"),
         url("../woff/inter-regular.woff") format("woff");
}
/* Inter - regular italic */
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 400;
    font-display: swap;
    src: url("../woff2/inter-italic.woff2") format("woff2"),
         url("../woff/inter-italic.woff") format("woff");
}
/* Inter - medium */
@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 500;
    font-display: swap;
    src: url("../woff2/inter-medium.woff2") format("woff2"),
         url("../woff/inter-medium.woff") format("woff");
}
/* Inter - medium italic */  
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 500;
    font-display: swap;
    src: url("../woff2/inter-mediumitalic.woff2") format("woff2"),
         url("../woff/inter-mediumitalic.woff") format("woff");
}
/* Inter - bold */ 
@font-face {
    font-family: 'Inter';
    font-style:  normal;
    font-weight: 700;
    font-display: swap;
    src: url("../woff2/inter-bold.woff2") format("woff2"),
         url("../woff/inter-bold.woff") format("woff");
}
/* Inter - bold italic */ 
@font-face {
    font-family: 'Inter';
    font-style:  italic;
    font-weight: 700;
    font-display: swap;
    src: url("../woff2/inter-bolditalic.woff2") format("woff2"),
         url("../woff/inter-bolditalic.woff") format("woff");
}
/* Roboto Mono - Regular */ 
@font-face {
    font-family: 'Roboto Mono';
    font-style:  normal;
    font-weight: 400;
    font-display: swap;
    src: url("../woff2/roboto-mono-v22-latin-regular.woff2") format("woff2"),
         url("../woff/roboto-mono-v22-latin-regular.woff") format("woff");
}
/* Roboto Mono - Italic */ 
@font-face {
    font-family: 'Roboto Mono';
    font-style:  italic;
    font-weight: 400;
    font-display: swap;
    src: url("../woff2/roboto-mono-v22-latin-regular.woff2") format("woff2"),
         url("../woff/roboto-mono-v22-latin-regular.woff") format("woff");
}
