/*
 Theme Name: Deep Sea Reporter
 Theme URI: https://example.com/deepseareporter-child
 Description: A child theme for the Deep Sea Reporter theme.
 Author: Your Name
 Author URI: https://example.com
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: deepseareporter-child
*/
/* Importing Fonts */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@font-face {
  font-family: "AvenirLTStdLight";
  src: url("assets/fonts/Avenir LT Std 35 Light/Avenir LT Std 35 Light.otf") format("opentype");
}
@font-face {
  font-family: "AvenirLTStdBook";
  src: url("assets/fonts/Avenir LT Std 45 Book/Avenir LT Std 45 Book.otf") format("opentype");
}
@font-face {
  font-family: "AvenirLTStdBookOblique";
  src: url("assets/fonts/Avenir LT Std 45 Book Oblique/Avenir LT Std 45 Book Oblique.otf") format("opentype");
}
@font-face {
  font-family: "AvenirLTStdOblique";
  src: url("assets/fonts/Avenir LT Std 55 Oblique/Avenir LT Std 55 Oblique.otf") format("opentype");
}
@font-face {
  font-family: "AvenirLTStdRoman";
  src: url("assets/fonts/Avenir LT Std 55 Roman/Avenir LT Std 55 Roman.otf") format("opentype");
}
@font-face {
  font-family: "AvenirLTStdMedium";
  src: url("assets/fonts/Avenir LT Std 65 Medium/Avenir LT Std 65 Medium.otf") format("opentype");
}
@font-face {
  font-family: "AvenirLTStdMediumOblique";
  src: url("assets/fonts/Avenir LT Std 65 Medium Oblique/Avenir LT Std 65 Medium Oblique.otf") format("opentype");
}
@font-face {
  font-family: "AvenirLTStdHeavy";
  src: url("assets/fonts/Avenir LT Std 85 Heavy/Avenir LT Std 85 Heavy.otf") format("opentype");
}
@font-face {
  font-family: "AvenirLTStdBlackOblique";
  src: url("assets/fonts/Avenir LT Std 95 Black Oblique/Avenir LT Std 95 Black Oblique.otf") format("opentype");
}
/* Add Font awesome free */
/* Root Variables */
:root {
  --font-light: "AvenirLTStdLight", sans-serif;
  --font-book: "AvenirLTStdBook", sans-serif;
  --font-book-oblique: "AvenirLTStdBookOblique", sans-serif;
  --font-oblique: "AvenirLTStdOblique", sans-serif;
  --font-roman: "AvenirLTStdRoman", sans-serif;
  --font-medium: "AvenirLTStdMedium", sans-serif;
  --font-medium-oblique: "AvenirLTStdMediumOblique", sans-serif;
  --font-heavy: "AvenirLTStdHeavy", sans-serif;
  --font-black-oblique: "AvenirLTStdBlackOblique", sans-serif;
  --primary-blue: #0e2044;
  --primary-white: #ffffff;
  --secondary-blue: #01597B;
  --secondary-white: #f4f4f4;
  --primary-contrast: #ff7669;
}

.is-desktop-preview .wp-block {
  max-width: none;
}

html {
  font-size: 10px;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-light);
  height: 100%;
}

body {
  font-size: 1.6rem;
}
body .container {
  min-height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: var(--primary-contrast);
}

/*# sourceMappingURL=style.css.map */
