
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

:root {

    /* ===== COLORS ===== */
    --primary-color: #d60000;        /* Main Red */
    --secondary-color: #000000;      /* Black */
    --accent-color: #f5f5f5;         /* Light Grey */
    --text-color: #222222;
    --white-color: #ffffff;

    /* ===== FONT ===== */
    --main-font: 'Segoe UI', sans-serif;
    --heading-font: 'Segoe UI', sans-serif;

    /* ===== BUTTON ===== */
    --btn-radius: 4px;

    /* ===== TRANSITION ===== */
    --transition: all 0.3s ease;

}
