/*your custom css goes here*/

body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
:root{
    --primary: #e62e04;
    --hov-primary: #e62e04;
    --soft-primary: rgba(230,46,4,0.15);
}