/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.radioschrift label[for="423_schriftart_roboto"] {
  font-family: 'Roboto Lokal', sans-serif !important;
}

.radioschrift label[for="423_schriftart_raleway"] {
  font-family: 'Raleway Lokal', sans-serif !important;
}

.radioschrift label[for="423_schriftart_russoone"] {
  font-family: 'Russo One Lokal', sans-serif !important;
}

.radioschrift label[for="423_schriftart_bebasneue"] {
  font-family: 'Bebas Neue Lokal', sans-serif !important;
}

@font-face {
  font-family: 'Roboto Lokal';
  src: url('fonts/roboto-v48-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Lokal';
  src: url('fonts/raleway-v36-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Russo One Lokal';
  src: url('fonts/russo-one-v17-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue Lokal';
  src: url('fonts/bebas-neue-v15-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
