:root {
     --btn-gradient-color: linear-gradient(90deg, #282F3F, #DA7E61);
     --primary: #DA7E61 !important;
}

@font-face {
    font-family: 'Brittany Signature';
    src: url('../css/fonts/BrittanySignature.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('../css/fonts/Mulish-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


