/* ==== Root CSS ==== */

@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');

:root {
    --white: #ffffff;
    --black: #1c1c1c;
    --primary: #4A62F2;
    --marquee-bg: #82ED82;

    --ff-SofiaSans: "Sofia Sans", sans-serif;
    --fw-100: 100;
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;

    --pr: relative;

    --common-transition: all 0.3s ease;
}