/* Custom Fonts definition for Burgocar Landing */

/* Google Sans Font Face */
@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Base Font Variables */
:root {
    --font-primary: 'Google Sans', sans-serif;
    --font-secondary: 'Bitter', serif;
}

/* Global Bold Letter Spacing */
b, strong {
    letter-spacing: 0.03em;
}
