/* ============================================
   Calgary Roofing Repairs - Fonts
   crr-fonts.css
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,400&family=Roboto+Slab:wght@400;500;600;700&display=swap');

/* Font utility classes */
.crr-font-montserrat { font-family: 'Montserrat', sans-serif; }
.crr-font-source { font-family: 'Source Sans Pro', sans-serif; }
.crr-font-slab { font-family: 'Roboto Slab', serif; }

.crr-fw-400 { font-weight: 400; }
.crr-fw-600 { font-weight: 600; }
.crr-fw-700 { font-weight: 700; }
.crr-fw-800 { font-weight: 800; }
