@font-face {
    font-family: 'Main-Bold';
    src: url("./fonts/font-bold.woff2") format("woff2"), url("./fonts/font-bold.woff") format("woff")
}

@font-face {
    font-family: 'Main-Medium';
    src: url("./fonts/font-medium.woff2") format("woff2"), url("./fonts/font-medium.woff") format("woff")
}

@font-face {
    font-family: 'Main-Light';
    src: url("./fonts/font-light.woff2") format("woff2"), url("./fonts/font-light.woff") format("woff")
}
