@font-face {
    font-family: Cabin;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/cabin/Cabin-Regular.ttf') format('truetype');
}
@font-face {
    font-family: Cabin;
    font-style: normal;
    font-weight: 600;
    src: url('../../fonts/cabin/Cabin-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: Cabin;
    font-style: normal;
    font-weight: 700;
    src: url('../../fonts/cabin/Cabin-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: Cabin;
    font-style: normal;
    font-weight: 800;
    src: url('../../fonts/cabin/Cabin-Bold.ttf') format('truetype');
}