/**
 * @package     Joomla.Site
 * @subpackage  Templates.rkic41site
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * 
 * File ready for local users to update 
 * REMEMBER to take a copy so that any updates don't over write your settings.
 */

@font-face {
  font-family: "Playlist";
  src: url("../fonts/playlist/Playlist-Script.ttf") format("ttf"), url("../fonts/playlist/Playlist-Script.woff") format("woff");
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Regular.woff") format("woff"), url("../fonts/raleway/Raleway-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Courgette";
  src: url("../fonts/courgette/Courgette-Regular.woff") format("woff"), url("../fonts/courgette/Courgette-Regular.woff2") format("woff2");
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
}

:root {
  --rkic41site-font-playlist: "Playlist", sans-serif;
  --rkic41site-font-raleway: "Raleway", sans-serif;
  --font-family-body: var(--rkic41site-font-family-body);
}

div.mod-custom.custom h1 a {
    font-family: var(--rkic41site-font-family-headings);
    text-decoration: none;
}

@media (max-width: 419.98px) {
  .hidden-phone {
    display: none !important;
  }
}
