@font-face {
    font-family: 'Cabin';
    src: url('./Cabin-Regular.ttf');
    font-weight: regular;
    font-weight: 400;
}
@font-face {
    font-family: 'Cabin';
    src: url('./Cabin-Bold.ttf');
    font-weight: bold;
    font-weight: 700;
}