@font-face {
    font-family: 'Caros Soft';
    font-style: normal;
    font-weight: 100;
    src: local('Caros Thin'), url('/assets/fonts/carosSoft/CarosSoftThin.otf') format('opentype');
}

@font-face {
    font-family: 'Caros Soft';
    font-style: normal;
    font-weight: 200;
    src: local('Caros ExtraLight'), url('/assets/fonts/carosSoft/CarosSoftExtraLight.otf') format('opentype');
}

@font-face {
    font-family: 'Caros Soft';
    font-style: normal;
    font-weight: 300;
    src: local('Caros Light'), url('/assets/fonts/carosSoft/CarosSoftLight.otf') format('opentype');
}

@font-face {
    font-family: 'Caros Soft';
    font-style: normal;
    font-weight: 400;
    src: local('Caros Regular'), url('/assets/fonts/carosSoft/CarosSoft.otf') format('opentype');
}

@font-face {
    font-family: 'Caros Soft';
    font-style: normal;
    font-weight: 500;
    src: local('Caros Medium'), url('/assets/fonts/carosSoft/CarosSoftMedium.otf') format('opentype');
}

@font-face {
    font-family: 'Caros Soft';
    font-style: normal;
    font-weight: 700;
    src: local('Caros Bold'), url('/assets/fonts/carosSoft/CarosSoftBold.otf') format('opentype');
}

@font-face {
    font-family: 'Caros Soft';
    font-style: normal;
    font-weight: 800;
    src: local('Caros ExtraBold'), url('/assets/fonts/carosSoft/CarosSoftExtraBold.otf') format('opentype');
}

@font-face {
    font-family: 'Caros Soft';
    font-style: normal;
    font-weight: 900;
    src: local('Caros Black'), url('/assets/fonts/carosSoft/CarosSoftBlack.otf') format('opentype');
}
