//* Import Source Sans Pro from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');

/* Base Styles */
body {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

/* Paragraphs */
p {
    font-size: 20px;
    margin-bottom: 1.2em;
}

/* Buttons */
button, .btn {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
}

/* Links */
a {
    color: #0000ff;
    text-decoration: underline;
}

a:hover, a:focus {
    text-decoration: none;
    color: #0000ff;
}

/* Forms */
input, select, textarea {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 18px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/