/*
    Theme Name: Sanko
    Text Domain: sanko
    Version: 1.0
    Author: Summer Comunicação
*/

/* ====== FONTE GLOBAL DO SITE ====== */
html, body {
    font-family: 'Gotham', sans-serif !important;
}

/* Garante herança para todos elementos */
* {
    font-family: inherit !important;
}

/* Inputs, selects e botões (normalmente ignoram herança) */
input,
select,
textarea,
button {
    font-family: 'Gotham', sans-serif !important;
}

/* Tipografia base */
h1, h2, h3, h4, h5, h6,
p,
span,
a,
li {
    font-family: 'Gotham', sans-serif !important;
}

@font-face {
  font-family: "Century-Gothic";
  src: url("../fonts/gothic.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Century-Gothic";
  src: url("../fonts/gothicbold.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Century-Gothic";
  src: url("../fonts/gothicbold2.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Century-Gothic";
  src: url("../fonts/gothicbold3.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Century-Gothic";
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

:root {
  --dark-blue: #002c5a;
  --light-blue: #003c75;
  --orange: #e37f1e;
  --white: #ffffff;
  --black: #000000;
  --grey: #ebebeb;
  --gray: #ebebeb;
  --light-black: rgba(127, 127, 127, 0.5);
}

.page-title {
  padding: 3rem;
  background-color: var(--dark-blue);
  text-align: center;
  color: var(--white);
  margin-bottom: 8.15rem;
}

.page-title h1 {
  font-size: 4.5rem;
  font-weight: 700;
}

.way-container {
  margin-top: 1rem;
  text-align: center;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: bold;
}

.way-container span {
  color: var(--orange);
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .page-title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-title h1 {
    font-size: 4rem;
    font-weight: 700;
  }
}
