:root {
    --white: #f9ebd8;
    --beige: #F6D8AE;
    --navy-blue: #000a19 ;
    --navy-blue-light: #3d5575d7;
    --shadow: #151c27;
    --blue: #00163b;
    --pink: #DA4167;
    --yellow: #F4D35E;
    --font-spectral: "Spectral", serif;
    --font-roboto: 'Roboto Mono';
    --section-heading: 3rem;
    --section-subheading: 2.5rem;
    --large-text: 1.5rem;
    --text: 1rem;
    --small-text: 0.625rem;
    --font-weight-7: 700; 
    --font-weight-6: 600;
    --font-weight-5: 500;

}