/*
Theme Name: LGAM Redirect
Theme URI: https://proven.us/themes/twentytwenty/
Author: The Proven team
Author URI: https://proven.us/
Description: Redirect theme for LGAM site.
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lgam-redirect
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
  font-family: "Brasley";
  src: url("/wp-content/themes/lgam-redirect/fonts/Brasley/Brasley-Regular/Brasley-Regular.eot")
      format("eot"),
    url("/wp-content/themes/lgam-redirect/fonts/Brasley/Brasley-Regular/Brasley-Regular.otf")
      format("otf"),
    url("/wp-content/themes/lgam-redirect/fonts/Brasley/Brasley-Regular/Brasley-Regular.ttf")
      format("ttf"),
    url("/wp-content/themes/lgam-redirect/fonts/Brasley/Brasley-Regular/Brasley-Regular.woff")
      format("woff"),
    url("/wp-content/themes/lgam-redirect/fonts/Brasley/Brasley-Regular/Brasley-Regular.woff2")
      format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brasley";
  src: url("/wp-content/themes/lgam-redirect/fonts/Brasley/Brasley-Medium/Brasley-Medium.eot")
      format("eot"),
    url("/wp-content/themes/lgam-redirect/fonts/Brasley/Brasley-Medium/Brasley-Medium.otf")
      format("otf"),
    url("/wp-content/themes/lgam-redirect/fonts/Brasley/Brasley-Medium/Brasley-Medium.ttf")
      format("ttf"),
    url("/wp-content/themes/lgam-redirect/fonts/Brasley/Brasley-Medium/Brasley-Medium.woff")
      format("woff"),
    url("/wp-content/themes/lgam-redirect/fonts/Brasley/Brasley-Medium/Brasley-Medium.woff2")
      format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brasley";
  src: url("/wp-content/themes/lgam-redirect/fonts/Brasley/Brasley-Bold/Brasley-Bold.eot")
      format("eot"),
    url("/wp-content/themes/lgam-redirect/fonts/Brasley/Brasley-Bold/Brasley-Bold.otf")
      format("otf"),
    url("/wp-content/themes/lgam-redirect/fonts/Brasley/Brasley-Bold/Brasley-Bold.ttf")
      format("ttf"),
    url("/wp-content/themes/lgam-redirect/fonts/Brasley/Brasley-Bold/Brasley-Bold.woff")
      format("woff"),
    url("/wp-content/themes/lgam-redirect/fonts/Brasley/Brasley-Bold/Brasley-Bold.woff2")
      format("woff2");
  font-weight: 800;
  font-style: normal;
}
@import "https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css";

#primary {
  background-color: #fff !important;
  font-family: Brasley, sans-serif !important;
}

#primary a {
  color: #ef4d06 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
  font-weight: 500 !important;
}

#primary a:focus,
#primary a:hover {
  color: #ce4205 !important;
}

#primary h1 {
  color: #ef4d06 !important;
  font-weight: 800 !important;
}

#primary strong {
  font-weight: 800 !important;
}
