/*
Theme Name: Breakaway SP 2026
Author: 64North
Author URI: https://64north.com/
Description: Theme for Breakaway Sports Performance
Version: 1.0
Text Domain: breakawaysp
*/

html, body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

* {
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.5px;
  line-height: 1.3;
}


.fontsize-24 { font-size: 24px; }
.fontsize-32 { font-size: 32px; }

@media (min-width: 768px) { /* md */
.fontsize-24 { font-size: 18px; }
.fontsize-32 { font-size: 24px; }
}

@media (min-width: 992px) { /* lg */
.fontsize-24 { font-size: 18px; }
.fontsize-32 { font-size: 24px; }
}

@media (min-width: 1200px) { /* xl */
.fontsize-24 { font-size: 24px; }
.fontsize-32 { font-size: 32px; }
}