/*
 Theme Name:   Foundry Fundraising
 Theme URI:    https://www.upsweptcreative.com/
 Description:  Theme for Upswept Creative, built as GeneratePress child theme
 Author:       Chynna Lew for Upswept Creative
 Author URI:   https://www.upsweptcreative.com
 Template:     generatepress
 Version:      1.0
*/

/* TABLE OF CONTENTS
* 0. FONTS AND COLORS
* 1. TYPOGRAPHY
* 2. ELEMENTS
* 3. NAVIGATION
* 4. HOMEPAGE
* 5. SINGLE POSTS AND PAGES
* 6. FOOTER
*/

/* ---------------
0. FONTS AND COLORS
----------------- */
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.albert-sans-<uniquifier> {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

:root {
    --white: #ffffff;
    --red: #CC2D2D;
    --lt-gray: #ECECEC;
    --dk-gray: #7E7E7E;
    --indigo: #467A86;
    --black: #000;
}

body {
    background-color: var(--white);
    color: var(--black);
    font-family: ;
}

.inside-article {
    background-color: transparent;
}

/* ---------------
1. TYPOGRAPHY
----------------- */

/* ---------------
2. ELEMENTS
----------------- */

/* ---------------
3. NAVIGATION
----------------- */

/* ---------------
4. HOMEPAGE
----------------- */

/* ----------------------
5. SINGLE PAGES AND POSTS
----------------------- */

/* ---------------
6. FOOTER
----------------- */