@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,900&display=swap');


:root {
    --theme-color: #db2015;
    --theme-color-2: #ffca05;
    --theme-hover-color: #ffca05;
    --white-color: #ffffff;
    --black-color: #000;
    --theme-border-color: #ffca05;
    --theme-secondary-color: #f3f2e3;
    --theme-red-color: #E63946;
    --main: #183559;
    --theme-secondary-color: #F1FAEE;
    --br-15: 10px;
    --tr-5: .5s all ease-in-out;
    --fw-600: 600;
}
body {
    font-family: 'Source Serif Pro', serif!important;
    letter-spacing: .5px!important;
    line-height: 30px!important;
}    

html{
    font-size: 16px;
}


.padding-top{
 padding-top: 50px;
}
.padding-bottom{
    padding-bottom: 50px;
   }

.img-90{
    width: 100px;
}