/*
Theme Name: Ryan Gallagher Photography
Theme URI: https://www.ryangallagherphotography.com/
Template: astra
Author: Ryan Gallagher Photography
Author URI: https://www.ryangallagherphotography.com/
Description: Custom Thene
Tags: #custom-theme
Version: 1.0.0
Updated: 2026-01-16 04:59:15

*/

@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Cinzel:wght@400..900&family=Outfit:wght@100..900&display=swap');

:root {
  --black: #000000;
  --gold: #af9d7d;
  --white: #ffffff;

  --text-font: "Outfit", sans-serif;
  --heading-font: "Cinzel", serif;
  --cursive-font: "Alex Brush", cursive;

  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;
  --fw-black: 900;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 20px;
  line-height: 35px;
  font-family: var(--text-font);
}

