@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Cabin-Regular.woff') format('woff2');
}
@font-face {
    font-family: 'Cabin';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/Cabin-Italic.woff') format('woff2');
}
@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Cabin-Medium.woff') format('woff2');
}
@font-face {
    font-family: 'Cabin';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/Cabin-MediumItalic.woff') format('woff2');
}
@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Cabin-SemiBold.woff') format('woff2');
}
@font-face {
    font-family: 'Cabin';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/Cabin-SemiBoldItalic.woff') format('woff2');
}
@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Cabin-Bold.woff') format('woff2');
}
@font-face {
    font-family: 'Cabin';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/Cabin-BoldItalic.woff') format('woff2');
}

