@font-face {
    font-family: 'Camphor';
    font-weight: 300;
    src: url("./300-light.woff2") format("woff2"), url("./300-light.woff") format("woff")
}

@font-face {
    font-family: 'Camphor';
    font-weight: 400;
    src: url("./400-regular.woff2") format("woff2"), url("./400-regular.woff") format("woff")
}

@font-face {
    font-family: 'Camphor';
    font-weight: 500;
    src: url("./500-medium.woff2") format("woff2"), url("./500-medium.woff") format("woff")
}

@font-face {
    font-family: 'Camphor';
    font-weight: 600;
    src: url("./600-bold.woff2") format("woff2"), url("./600-bold.woff") format("woff")
}