/*
Theme Name: Blueshore Child
Theme URI:
Description: Divi Child Theme for Blueshore
Author: Solid Mass Media
Author URI:
Template: Divi
Version: 1.0.0
*/

/* ─── Custom Fonts ─────────────────────────────────────── */
@font-face {
  font-family: 'Ginka';
  src: url('fonts/Ginka-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ginka';
  src: url('fonts/Ginka-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url('fonts/Aptos.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ─── Design Tokens ─────────────────────────────────────── */
:root {
  /* Brand */
  --color-primary:    #0d1d43;
  --color-accent:     #e9884e;
  --color-secondary:  #a7d1ef;

  /* Text */
  --color-text:       #231f1f;

  /* Neutrals */
  --color-white:      #ffffff;
  --color-light-gray: #ebebeb;
  --color-mid-gray:   #c3c3c3;

  /* Font */
  --font-primary:   'Ginka', sans-serif;
  --font-secondary: 'Aptos', sans-serif;
}

/* ─── Utility Classes ───────────────────────────────────── */
.font-aptos * {
  font-family: var(--font-secondary) !important;
}

/* ─── Global Typography ─────────────────────────────────── */
body,
h1, h2, h3, h4, h5, h6,
.et_pb_module {
  font-family: var(--font-primary) !important;
}
