/*
Theme Name: Agogo Travels
Description: Custom theme for Agogo Travels
Version: 1.0
*/

/* Basic reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* USA Flag Colors */
:root {
    --usa-blue: #3C3B6E;
    --usa-red: #B22234;
    --usa-white: #FFFFFF;
    --accent-blue: #5D5D8A;
    --accent-red: #D32F2F;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}