/*
Theme Name: Calfin Child
Author: Themepul
Description: This is the child theme for Calfin Theme
Version: 1.0.0
Template: calfin

*/

 :root {
    --body-font: 'Inter', sans-serif;
    --heading-font: 'Inter', sans-serif;
    --color-body: #151718;
    --color-black: #333333;
    --color-white: #ffffff;
    --color-primariy: #343453;
    --color-primariy-low: #fada75;
    --color-form: #f7f7f9;
    --shadow-white: rgb(0 0 0 / 8%);
    --border-white: #f1f1f1;
}

