/* Google Fonts se font import karna */

@import url('https://fonts.googleapis.com/css2?family=Product+Sans:wght@400;500;600&display=swap');
:root {
    /* Colors */
    --google-blue: #4285F4;
    --google-green: #01875f;
    --google-red: #EA4335;
    --google-yellow: #FBBC04;
    /* Fonts */
    --black: #000000;
    --text1: rgb(95, 99, 104);
    --text2: rgb(32, 33, 36);
    /* --font-primary: "Google Sans", Roboto, Arial, sans-serif; */
    --font-primary: 'Roboto', sans-serif;
    /* --gp-font-mono: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; */
}

body {
    font-family: 'Product Sans', sans-serif;
    font-weight: 400;
    /* Regular weight */
    font-size: 16px;
    line-height: 1.5;
}