/*
Theme Name: FCCP Brand Theme
Theme URI: https://test.firstchoicecollegeprep.com/
Author: Brandastics
Description: Lightweight WordPress theme that matches FCCP brand tokens (colors and fonts) and works smoothly with Elementor.
Version: 1.0.0
Text Domain: fccp-brand-theme
*/

/* Basic brand defaults */
:root{
  --fccp-royal-blue: #143E73;
  --fccp-gold: #E5B44A;
  --fccp-soft-beige: #FFFBF0;
  --fccp-font-heading: "Playfair Display", serif;
  --fccp-font-body: "Montserrat", sans-serif;
}

html{ scroll-behavior:smooth; }

body{
  margin:0;
  font-family: var(--fccp-font-body);
  color: #0f172a;
  background: var(--fccp-soft-beige);
}

h1,h2,h3,h4,h5,h6{
  font-family: var(--fccp-font-heading);
  margin-top: 0.6em;
  margin-bottom: 0.4em;
}

a{ color: var(--fccp-royal-blue); }
a:hover{ color: var(--fccp-gold); }

.container{
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header, .site-footer{
  padding: 18px 0;
}

.site-footer{
  border-top: 1px solid rgba(15, 23, 42, 0.10);
  font-size: 14px;
}
